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.
$VERSION
1 parent ec2bb7f commit e1c4cd5Copy full SHA for e1c4cd5
AppImage/make-appimage.sh
@@ -88,12 +88,12 @@ find ./usr/lib ./usr/bin -type f -exec strip -s -R .comment --strip-unneeded {}
88
89
# Do the thing!
90
echo "Generating AppImage..."
91
-#export VERSION="$(./AppRun --version | awk '{print $(NF-1)}')" # This breaks for some reason?
+export VERSION="$(./AppRun dunst --version | awk 'FNR==1 {print $NF}')"
92
cd ..
93
wget -q "$APPIMAGETOOL" -O appimagetool
94
chmod +x ./appimagetool
95
./appimagetool --comp zstd \
96
--mksquashfs-opt -Xcompression-level --mksquashfs-opt 22 \
97
- -n ./AppDir ./dunst-"$ARCH".AppImage
+ -n ./AppDir ./dunst-"$VERSION"-"$ARCH".AppImage
98
ls
99
echo "All Done!"
0 commit comments