Rebuild patches after we continue from a paper edit.

This commit is contained in:
DemonWav 2016-04-02 18:34:27 -05:00
parent 51af958804
commit 7effde04b1
11 changed files with 44 additions and 35 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
basedir="$1"
basedir=$(realpath "$1")
(git submodule update --init && ./scripts/remap.sh "$basedir" && ./scripts/decompile.sh "$basedir" && ./scripts/init.sh "$basedir" && ./scripts/applyPatches.sh "$basedir") || (
echo "Failed to build Paper"