mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Update paperclip script for folder move
This commit is contained in:
parent
67f96885aa
commit
7a4c06e567
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ basedir="$(cd "$1" && pwd -P)"
|
||||||
workdir="$basedir/work"
|
workdir="$basedir/work"
|
||||||
mcver=$(cat "$workdir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)
|
mcver=$(cat "$workdir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)
|
||||||
paperjar="../../Paper-Server/target/paper-$mcver.jar"
|
paperjar="../../Paper-Server/target/paper-$mcver.jar"
|
||||||
vanillajar="../$mcver/$mcver.jar"
|
vanillajar="../Minecraft/$mcver/$mcver.jar"
|
||||||
|
|
||||||
(
|
(
|
||||||
cd "$workdir/Paperclip"
|
cd "$workdir/Paperclip"
|
||||||
|
|
Loading…
Reference in a new issue