Modified AppImage build method (#294)

This commit is contained in:
Brian
2019-11-26 13:20:37 +08:00
committed by Peter Squicciarini
parent e891ce2dcd
commit 31b80c8c09
4 changed files with 833 additions and 3 deletions

View File

@@ -3,8 +3,7 @@ if [[ "$BUILDARCH" == "x64" ]]; then
# install a dep needed for this process
sudo apt-get install desktop-file-utils
# download pkg2appimage from github
curl -LO "https://github.com/AppImage/pkg2appimage/raw/master/pkg2appimage"
cd ..
bash -e pkg2appimage ../VSCodium-AppImage-Recipe.yml
bash -e src/resources/linux/appimage/pkg2appimage VSCodium-AppImage-Recipe.yml
fi