Skip to content

Commit b62ef41

Browse files
authored
make appname file
this gets used for the release name
1 parent cc29c51 commit b62ef41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make-appimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ quick-sharun /PATH/TO/BINARY_AND_LIBRARIES_HERE
1717
# Turn AppDir into AppImage
1818
quick-sharun --make-appimage
1919

20+
# release artifact and make appname file
2021
mv -v ./*.AppImage* ./dist
22+
awk -F'=' '/^Name=/ {gsub(/ /,"_",$2); print $2; exit}' ./AppDir/*.desktop > ./dist/appname

0 commit comments

Comments
 (0)