vscodium/create_appimage.sh
2019-11-26 00:20:37 -05:00

9 lines
229 B
Bash
Executable file

#!/bin/bash
if [[ "$BUILDARCH" == "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