Navigation Menu

Skip to content

Commit

Permalink
Rename downloadable AppRun to AppRun-x86_64 and AppRun-i686
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jan 11, 2017
1 parent 9a4f833 commit 898cffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -33,6 +33,8 @@ script:
- rm -rf out/appimaged out/appimagetool out/validate out/digest out/mksquashfs || true
- rm -rf out/runtime || true # Not needed, might confuse users
- sudo rm -rf out/*.AppDir out/*.AppImage.digest || true # Not needed
- if [ "$ARCH" == "x86_64" ] ; then sudo mv out/AppRun out/AppRun-x86_64; fi
- if [ "$ARCH" == "i686" ] ; then sudo mv out/AppRun out/AppRun-i686; fi
- bash ./upload.sh out/*

notifications:
Expand Down

0 comments on commit 898cffa

Please sign in to comment.