Flamecord-master/scripts/build.sh

8 lines
170 B
Bash
Raw Normal View History

2024-09-10 23:40:42 +02:00
#!/usr/bin/env bash
git submodule update --recursive --init && ./scripts/applyPatches.sh
if [ "$1" == "--jar" ]; then
pushd FlameCord-Proxy
mvn clean package
fi