fix: update Android build command to target aarch64 architecture and enhance opener permissions
This commit is contained in:
@@ -299,7 +299,7 @@ jobs:
|
||||
shell: powershell
|
||||
run: |
|
||||
$env:PATH = "$env:USERPROFILE\.cargo\bin;$env:PATH"
|
||||
npm run tauri android build
|
||||
npm run tauri android build -- --target aarch64
|
||||
env:
|
||||
ANDROID_HOME: ${{ env.ANDROID_HOME }}
|
||||
NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/25.2.9519653
|
||||
|
||||
@@ -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