Updated app icon
This commit is contained in:
parent
9d7cdf3858
commit
b1ed62963c
|
@ -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
|
||||
|
|
|
@ -16,7 +16,7 @@ finish-args:
|
|||
- --share=network
|
||||
modules:
|
||||
# FlutterApp
|
||||
- name: FlutterApp
|
||||
- name: rluv App
|
||||
buildsystem: simple
|
||||
only-arches:
|
||||
- aarch64
|
||||
|
|
Loading…
Reference in New Issue
Block a user