3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-15 12:30:06 +01:00
Paper/build.sh

7 Zeilen
176 B
Bash

#!/bin/bash
2016-03-18 06:50:06 +01:00
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh
if [ "$1" == "--jar" ]; then
mvn clean install && ./paperclip.sh
fi