mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-26 09:06:40 +01:00
fix makemcdevsrc auto rebuild
This commit is contained in:
parent
c2b71edadc
commit
ac87790299
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ set -e
|
|||
PS1="$"
|
||||
|
||||
basedir="$(cd "$1" && pwd -P)"
|
||||
cd "$basedir"
|
||||
workdir="$basedir/work"
|
||||
minecraftversion=$(cat "$workdir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)
|
||||
decompiledir="$workdir/Minecraft/$minecraftversion"
|
||||
|
|
Loading…
Reference in a new issue