We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
appname
1 parent cc29c51 commit b62ef41Copy full SHA for b62ef41
make-appimage.sh
@@ -17,4 +17,6 @@ quick-sharun /PATH/TO/BINARY_AND_LIBRARIES_HERE
17
# Turn AppDir into AppImage
18
quick-sharun --make-appimage
19
20
+# release artifact and make appname file
21
mv -v ./*.AppImage* ./dist
22
+awk -F'=' '/^Name=/ {gsub(/ /,"_",$2); print $2; exit}' ./AppDir/*.desktop > ./dist/appname
0 commit comments