From 336e09166644c686917a6ea8364056cf189e35dc Mon Sep 17 00:00:00 2001 From: Maikel Llamaret Heredia Date: Wed, 4 Dec 2019 16:54:34 -0500 Subject: [PATCH] Fixing AppImage final name --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 587a0c7e..722d2108 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,10 @@ before_deploy: - ./linuxdeploy-x86_64.AppImage --appdir=AppDir --plugin qt --output appimage # listing the result - ls -lh *.AppImage + # get the tag version + export VERSION="$(git describe --tags --exact-match HEAD 2> /dev/null)" + # set the version on the filename + - mv MystiQ*AppImage MystiQ_$VERSION.AppImage # deploy to Github deploy: