Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Oct 1, 2018
1 parent 434fa15 commit 7fa1795
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -49,6 +49,7 @@ script:
npm run package-linux64;
npm run package-linux-appimage;
fi
cp release/*.deb .
rename -v "s/linux/ubuntu/" *.deb
mv *.deb release
Expand All @@ -57,9 +58,11 @@ script:
rename -v "s/linux/ubuntu/" *.tar.gz
mv *.tar.gz release
cp release/*.AppImage .
rename -v "s/linux/ubuntu/" *.AppImage
mv *.AppImage release
if [[ "$ARCH" == "x64" ]]; then
cp release/*.AppImage .
rename -v "s/linux/ubuntu/" *.AppImage
mv *.AppImage release
fi
fi
- >
Expand Down

0 comments on commit 7fa1795

Please sign in to comment.