Skip to content

Commit

Permalink
x64 appimage naming
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Nov 28, 2016
1 parent e64a60e commit cda17aa
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 @@ -41,7 +41,7 @@ before_deploy:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mv dist/linux-unpacked dist/safe-browser-${TRAVIS_TAG}-linux-x64; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd dist && zip -r ./safe-browser-${TRAVIS_TAG}-linux-x64.zip ./safe-browser-${TRAVIS_TAG}-linux-x64; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mv *.freebsd safe-browser-${TRAVIS_TAG}-x64.freebsd; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mv *.AppImage safe-browser-${TRAVIS_TAG}-x86_64.AppImage; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mv *.AppImage safe-browser-${TRAVIS_TAG}-x64.AppImage; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rm -rf ./safe-browser-${TRAVIS_TAG}-linux-x64; fi # remove folder to not try and deploy it
- ls
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export RELEASE_PKG="safe*"; fi
Expand Down

0 comments on commit cda17aa

Please sign in to comment.