Pārlūkot izejas kodu

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

Peter Squicciarini 4 gadi atpakaļ
vecāks
revīzija
3c5eb104f9
1 mainītis faili ar 8 papildinājumiem un 8 dzēšanām
  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