Browse Source

chore(deploy): add architecture to Flatpak and AppImage builds

pull/5224/head
sudden6 7 years ago
parent
commit
0984829276
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      appimage/build-appimage.sh
  2. 2
      flatpak/build-flatpak.sh

2
appimage/build-appimage.sh

@ -66,5 +66,5 @@ fi
# use the version number in the name when building a tag on Travis CI # use the version number in the name when building a tag on Travis CI
if [ -n "$TRAVIS_TAG" ] if [ -n "$TRAVIS_TAG" ]
then then
mv ./output/*.AppImage ./output/qTox-"$TRAVIS_TAG".AppImage mv ./output/*.AppImage ./output/qTox-"$TRAVIS_TAG".x86_64.AppImage
fi fi

2
flatpak/build-flatpak.sh

@ -48,5 +48,5 @@ fi
# use the version number in the name when building a tag on Travis CI # use the version number in the name when building a tag on Travis CI
if [ -n "$TRAVIS_TAG" ] if [ -n "$TRAVIS_TAG" ]
then then
mv ./output/*.flatpak ./output/qTox-"$TRAVIS_TAG".flatpak mv ./output/*.flatpak ./output/qTox-"$TRAVIS_TAG".x86_64.flatpak
fi fi

Loading…
Cancel
Save