Explorar o código

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

Peter Squicciarini %!s(int64=4) %!d(string=hai) anos
pai
achega
3c5eb104f9
Modificáronse 1 ficheiros con 8 adicións e 8 borrados
  1. 8 8
      create_appimage.sh

+ 8 - 8
create_appimage.sh

@@ -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