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.
|
# Install the icon.
|
||||||
iconDir=/app/share/icons/hicolor/scalable/apps
|
iconDir=/app/share/icons/hicolor/scalable/apps
|
||||||
mkdir -p $iconDir
|
mkdir -p $iconDir
|
||||||
cp -r assets/app_icon.png $iconDir/
|
cp -r assets/app_icon512.png $iconDir/"$projectId".png
|
||||||
|
|
||||||
# Install the desktop file.
|
# Install the desktop file.
|
||||||
desktopFileDir=/app/share/applications
|
desktopFileDir=/app/share/applications
|
||||||
|
|
|
@ -16,7 +16,7 @@ finish-args:
|
||||||
- --share=network
|
- --share=network
|
||||||
modules:
|
modules:
|
||||||
# FlutterApp
|
# FlutterApp
|
||||||
- name: FlutterApp
|
- name: rluv App
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
only-arches:
|
only-arches:
|
||||||
- aarch64
|
- aarch64
|
||||||
|
|
Loading…
Reference in New Issue
Block a user