Skip to content

Commit 898cffa

Browse files
authored
Rename downloadable AppRun to AppRun-x86_64 and AppRun-i686
1 parent 9a4f833 commit 898cffa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ script:
3333
- rm -rf out/appimaged out/appimagetool out/validate out/digest out/mksquashfs || true
3434
- rm -rf out/runtime || true # Not needed, might confuse users
3535
- sudo rm -rf out/*.AppDir out/*.AppImage.digest || true # Not needed
36+
- if [ "$ARCH" == "x86_64" ] ; then sudo mv out/AppRun out/AppRun-x86_64; fi
37+
- if [ "$ARCH" == "i686" ] ; then sudo mv out/AppRun out/AppRun-i686; fi
3638
- bash ./upload.sh out/*
3739

3840
notifications:

0 commit comments

Comments
 (0)