13 lines
280 B
Bash
Raw Permalink Normal View History

2020-09-26 20:48:46 -04:00
#!/bin/sh
set -e
2022-03-09 18:47:31 -05:00
# Generate
./scripts/generate-appimage-builder-yaml.js "$1" "$2"
2021-06-17 17:32:24 -04:00
2022-03-09 18:47:31 -05:00
# Build/Package
appimage-builder --recipe AppImageBuilder.yml
2022-03-09 21:23:41 -05:00
# Move ZSync
mv "./minecraft-pi-reborn-$1-$(cat VERSION)-$2.AppImage.zsync" "./out/minecraft-pi-reborn-$1-latest-$2.AppImage.zsync"