mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
Disable AppImage creation since it isn't working in Docker container
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [[ "$VSCODE_ARCH" == "x64" ]]; then
|
# if [[ "$VSCODE_ARCH" == "x64" ]]; then
|
||||||
# install a dep needed for this process
|
# # install a dep needed for this process
|
||||||
sudo apt-get install desktop-file-utils
|
# sudo apt-get install desktop-file-utils
|
||||||
|
#
|
||||||
cd ..
|
# cd ..
|
||||||
|
#
|
||||||
bash -e src/resources/linux/appimage/pkg2appimage VSCodium-AppImage-Recipe.yml
|
# bash -e src/resources/linux/appimage/pkg2appimage VSCodium-AppImage-Recipe.yml
|
||||||
fi
|
# fi
|
||||||
|
|||||||
Reference in New Issue
Block a user