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