1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-16 18:31:53 +01:00
PaperMC/build.sh

7 lines
176 B
Bash
Raw Normal View History

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