PandaCord/scripts/build.sh
Shane Freeder b7991a0eaa Misc script fixes
Also, grab upstreamCommit
2021-08-12 18:27:57 +02:00

8 lines
171 B
Bash
Executable File

#!/usr/bin/env bash
git submodule update --recursive --init && ./scripts/applyPatches.sh
if [ "$1" == "--jar" ]; then
pushd Travertine-Proxy
mvn clean package
fi