Skip to content

Commit 1571dbf

Browse files
committed
deploy: update linux script
1 parent fcd6d8b commit 1571dbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/linux-bundle-appimage.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -e
44

55
deploy_dir=$(readlink -f $(dirname "$BASH_SOURCE"))
66

7+
version=$(bash "${deploy_dir}"/../version.sh get-vcs)
8+
79
[[ -d "${deploy_dir}/appdir-linux" ]] && rm -rf "${deploy_dir}/appdir-linux"
810

911
meson setup \
@@ -34,3 +36,5 @@ export NO_STRIP=1
3436

3537
# ./linuxdeploy-x86_64.AppImage --list-plugins
3638
./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

Comments
 (0)