Skip to content

Commit

Permalink
修改apk为只编译arm64来减小安装包体积
Browse files Browse the repository at this point in the history
  • Loading branch information
OldGodShen committed Jun 12, 2024
1 parent 001891f commit f163c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Build Android APK
run: |
bun tauri android build --verbose
bun tauri android build --target aarch64 --verbose
- name: Sign APK
env:
Expand Down

0 comments on commit f163c5e

Please sign in to comment.