1
0
forked from IPKM/nmreval

reorganized AppImage build and upload scripts for GoCD build server; fixed zsync URL

This commit is contained in:
Markus Rosenstihl
2022-11-22 13:30:59 +01:00
parent 1f81ca0a51
commit e80247af07
3 changed files with 98 additions and 1 deletions

8
tools/build.sh Executable file
View File

@ -0,0 +1,8 @@
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
chmod +x appimage-builder-1.1.0-x86_64.AppImage
./appimage-builder-1.1.0-x86_64.AppImage --skip-tests