nmreval/tools/build.sh

9 lines
341 B
Bash
Raw Normal View History

BUILDER=appimage-builder-1.1.0-x86_64.AppImage
if [ -f $BUILDER ]; then
echo $BUILDER
else
wget https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/$BUILDER
fi
2022-11-18 20:33:11 +00:00
chmod +x appimage-builder-1.1.0-x86_64.AppImage
./appimage-builder-1.1.0-x86_64.AppImage --skip-tests --recipe AppImageBuilder${GO_PIPELINE_LABEL:-}.yml