Files
vscodium/create_appimage.sh

10 lines
247 B
Bash
Executable File

#!/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