Skip to content

Commit

Permalink
Fixing AppImage building process
Browse files Browse the repository at this point in the history
  • Loading branch information
llamaret committed Dec 4, 2019
1 parent 336e091 commit c5c157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ before_deploy:
# listing the result
- ls -lh *.AppImage
# get the tag version
export VERSION="$(git describe --tags --exact-match HEAD 2> /dev/null)"
- export VERSION="$(git describe --tags --exact-match HEAD 2> /dev/null)"
# set the version on the filename
- mv MystiQ*AppImage MystiQ_$VERSION.AppImage

Expand Down

0 comments on commit c5c157d

Please sign in to comment.