mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-21 03:04:30 +10:00
10 lines
247 B
Bash
Executable File
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
|