Jelajahi Sumber

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

Peter Squicciarini 4 tahun lalu
induk
melakukan
3c5eb104f9
1 mengubah file dengan 8 tambahan dan 8 penghapusan
  1. 8 8
      create_appimage.sh

+ 8 - 8
create_appimage.sh

@@ -1,9 +1,9 @@
 #!/bin/bash
 #!/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