Skip to content

Commit

Permalink
Fixing AppImage final name
Browse files Browse the repository at this point in the history
  • Loading branch information
llamaret committed Dec 4, 2019
1 parent b398537 commit 336e091
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 336e091

Please sign in to comment.