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 }}
|
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
|
||||||
run: npx tauri android init
|
run: npx tauri android init
|
||||||
|
|
||||||
|
- name: Generate app icons
|
||||||
|
run: npx tauri icon sun2022.png
|
||||||
|
|
||||||
- name: Build Android APK
|
- name: Build Android APK
|
||||||
env:
|
env:
|
||||||
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
|
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
|
||||||
|
|
|
||||||
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -217,9 +217,8 @@ architecture.md
|
||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
|
|
||||||
# Temporary image files used during icon creation
|
# Temporary image files used during icon creation
|
||||||
sun*.png
|
# (sun2022.png is kept as the app icon source)
|
||||||
sun*.jpg
|
!sun2022.png
|
||||||
sun*.jpeg
|
|
||||||
sunicon.*
|
sunicon.*
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
@ -227,6 +226,11 @@ sunicon.*
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
.claude/
|
.claude/
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# AUR Package (separate repo)
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
aur/
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
|
||||||
BIN
sun17.jpg
Normal file
BIN
sun17.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 767 KiB |
BIN
sun2022.png
Normal file
BIN
sun2022.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 492 KiB |
BIN
sun4.jpg
Normal file
BIN
sun4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 966 KiB |
Loading…
Add table
Add a link
Reference in a new issue