We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd6d8b commit 1571dbfCopy full SHA for 1571dbf
deploy/linux-bundle-appimage.sh
@@ -4,6 +4,8 @@ set -e
4
5
deploy_dir=$(readlink -f $(dirname "$BASH_SOURCE"))
6
7
+version=$(bash "${deploy_dir}"/../version.sh get-vcs)
8
+
9
[[ -d "${deploy_dir}/appdir-linux" ]] && rm -rf "${deploy_dir}/appdir-linux"
10
11
meson setup \
@@ -34,3 +36,5 @@ export NO_STRIP=1
34
36
35
37
# ./linuxdeploy-x86_64.AppImage --list-plugins
38
./linuxdeploy-x86_64.AppImage --appdir appdir-linux --plugin qt --output appimage
39
40
+mv ZeGrapher-x86_64.AppImage ZeGrapher-x86_64-$version.AppImage
0 commit comments