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
|
||||
|
||||
Reference in New Issue
Block a user