Update application icon, increase size to 512px
This commit is contained in:
parent
7e6abef0e5
commit
65a433ab61
4 changed files with 3 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 42 KiB |
|
@ -24,7 +24,7 @@ modules:
|
|||
- cp -R legal /app/bin/image/
|
||||
- cp -R release /app/bin/image/
|
||||
# Desktop Integration
|
||||
- mkdir -p bin /app/share/{applications,icons/hicolor/64x64/apps,metainfo}
|
||||
- mkdir -p bin /app/share/{applications,icons/hicolor/512x512/apps,metainfo}
|
||||
- mv ${FLATPAK_ID}.desktop /app/share/applications/${FLATPAK_ID}.desktop
|
||||
- mv ${FLATPAK_ID}.png /app/share/icons/hicolor/64x64/apps/${FLATPAK_ID}.png
|
||||
sources:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 42 KiB |
|
@ -25,6 +25,8 @@
|
|||
<Image
|
||||
url="@../image-analysis.png"
|
||||
backgroundLoading="true"
|
||||
requestedWidth="64"
|
||||
requestedHeight="64"
|
||||
/>
|
||||
</ImageView>
|
||||
</HBox>
|
||||
|
|
Loading…
Reference in a new issue