fix: update Android build command to target aarch64 architecture and enhance opener permissions
Some checks failed
Build / check-version (push) Successful in 6s
Build / build-linux (push) Successful in 6m11s
Build / build-windows (push) Successful in 7m49s
Build / build-android (push) Has started running
Build / create-release (push) Has been cancelled

This commit is contained in:
2026-01-25 20:53:12 +11:00
parent c612dfa824
commit 72af2b3ef7
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
"permissions": [
"core:default",
"opener:default",
{
"identifier": "opener:allow-open-url",
"allow": [{ "url": "http://**" }, { "url": "https://**" }]
},
"notification:default",
"autostart:default"
]