Disable AppImage creation since it isn't working in Docker container

This commit is contained in:
Peter Squicciarini
2020-10-08 21:29:50 -07:00
parent c478ef85c2
commit 3c5eb104f9

View File

@@ -1,9 +1,9 @@
#!/bin/bash
if [[ "$VSCODE_ARCH" == "x64" ]]; then
# install a dep needed for this process
sudo apt-get install desktop-file-utils
cd ..
bash -e src/resources/linux/appimage/pkg2appimage VSCodium-AppImage-Recipe.yml
fi
# if [[ "$VSCODE_ARCH" == "x64" ]]; then
# # install a dep needed for this process
# sudo apt-get install desktop-file-utils
#
# cd ..
#
# bash -e src/resources/linux/appimage/pkg2appimage VSCodium-AppImage-Recipe.yml
# fi