fix: update Android build command to target aarch64 architecture and enhance opener permissions
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
{
|
||||
"identifier": "opener:allow-open-url",
|
||||
"allow": [{ "url": "http://**" }, { "url": "https://**" }]
|
||||
},
|
||||
"notification:default",
|
||||
"autostart:default"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user