Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Jul 31, 2021
1 parent 2393fe9 commit 9fa860c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion org.zulip.Zulip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ modules:
- cp -a dist/linux*unpacked /app/main
- |
for size in 16 24 32 48 64 96 128 256 512
do install -D -m 644 build/icons/${size}x${size}.png $FLATPAK_DEST/share/icons/hicolor/${size}x${size}/apps/$FLATPAK_ID.png
do
echo "Installing icon for size ${size}"
install -D -m 644 build/icons/${size}x${size}.png $FLATPAK_DEST/share/icons/hicolor/${size}x${size}/apps/$FLATPAK_ID.png
done
- install -D -m 755 -t $FLATPAK_DEST/bin ../run.sh
- install -D -m 644 -t $FLATPAK_DEST/share/metainfo ../$FLATPAK_ID.metainfo.xml
Expand Down

0 comments on commit 9fa860c

Please sign in to comment.