MOBILE-2915 scripts: Package desktop app images

main
Pau Ferrer Ocaña 2019-05-07 13:38:34 +02:00 committed by Dani Palou
parent ded6099f43
commit 29b959e0f8
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ if [ ! -z $GIT_ORG_PRIVATE ] && [ ! -z $GIT_TOKEN ] ; then
mv *i386.AppImage linux-ia32.AppImage
mv Moodle*.AppImage linux-x64.AppImage
ls
tar -czvf MoodleDesktop32.tar.gz linux-ia32.AppImage
tar -czvf MoodleDesktop64.tar.gz linux-x64.AppImage
rm *.AppImage
git add .
git commit -m "Linux desktop versions from Travis build $TRAVIS_BUILD_NUMBER"