We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4f833 commit 898cffaCopy full SHA for 898cffa
.travis.yml
@@ -33,6 +33,8 @@ script:
33
- rm -rf out/appimaged out/appimagetool out/validate out/digest out/mksquashfs || true
34
- rm -rf out/runtime || true # Not needed, might confuse users
35
- 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
38
- bash ./upload.sh out/*
39
40
notifications:
0 commit comments