Waterfall/scripts/build.sh

8 lines
170 B
Bash
Raw Normal View History

2018-11-11 10:47:01 +01:00
#!/usr/bin/env bash
git submodule update --recursive --init && ./scripts/applyPatches.sh
if [ "$1" == "--jar" ]; then
2021-06-09 00:20:28 +02:00
pushd FlameCord-Proxy
mvn clean package
fi