Updated app icon

This commit is contained in:
Nathan Anderson 2024-06-02 18:55:33 -06:00
parent 9d7cdf3858
commit b1ed62963c
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ ln -s /app/$projectName/$executableName /app/bin/$executableName
# Install the icon.
iconDir=/app/share/icons/hicolor/scalable/apps
mkdir -p $iconDir
cp -r assets/app_icon.png $iconDir/
cp -r assets/app_icon512.png $iconDir/"$projectId".png
# Install the desktop file.
desktopFileDir=/app/share/applications

View File

@ -16,7 +16,7 @@ finish-args:
- --share=network
modules:
# FlutterApp
- name: FlutterApp
- name: rluv App
buildsystem: simple
only-arches:
- aarch64