Skip to content

Commit

Permalink
Regenerate icon on init
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Nov 19, 2024
1 parent 71038d9 commit e1dbbcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
run: pnpm install

- name: Initialize app bundle
run: pnpm tauri android init
run: |
pnpm tauri android init
pnpm tauri icon public/icon.png
env:
NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/27.0.11902837

Expand Down

0 comments on commit e1dbbcc

Please sign in to comment.