From 3c5eb104f9421c8f48c4884d5f5d8ec53ab7ac98 Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Thu, 8 Oct 2020 21:29:50 -0700 Subject: [PATCH] Disable AppImage creation since it isn't working in Docker container --- create_appimage.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/create_appimage.sh b/create_appimage.sh index 089f0e9..dd60534 100755 --- a/create_appimage.sh +++ b/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