mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-28 03:40:11 +00:00
Use custom icon for android
This commit is contained in:
parent
4f1ee805fb
commit
101655a79f
5 changed files with 10 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -118,6 +118,9 @@ jobs:
|
|||
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
|
||||
run: npx tauri android init
|
||||
|
||||
- name: Generate app icons
|
||||
run: npx tauri icon sun2022.png
|
||||
|
||||
- name: Build Android APK
|
||||
env:
|
||||
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue