瀏覽代碼

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

Peter Squicciarini 4 年之前
父節點
當前提交
3c5eb104f9
共有 1 個文件被更改,包括 8 次插入8 次删除
  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