Update paperclip script for folder move

This commit is contained in:
Zach Brown 2017-08-13 15:44:27 -05:00
parent 9ff170660b
commit a8c70655c0
No known key found for this signature in database
GPG Key ID: CC9DA35FC5450B76
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ basedir="$(cd "$1" && pwd -P)"
workdir="$basedir/work"
mcver=$(cat "$workdir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)
paperjar="../../Paper-Server/target/paper-$mcver.jar"
vanillajar="../$mcver/$mcver.jar"
vanillajar="../Minecraft/$mcver/$mcver.jar"
(
cd "$workdir/Paperclip"