Remove outdated branch selection from export-pack.sh

This commit is contained in:
Sergeant Acoustic 2025-08-27 22:06:26 +01:00
parent a5ebd58b4b
commit 0159b58186

View file

@ -13,7 +13,7 @@ fi;
# You may need to input login credentials due to the repo being private
# If you do, consider running `git config --global credential.helper store`
# Warning: saves as plaintext on your disk in your global git directory
git clone https://patience.nearmisses.xyz/patience/mc_rebalance -b mod $basedir/deps/mc_rebalance || (cd $basedir/deps/mc_rebalance; git pull) || exit 1
git clone https://patience.nearmisses.xyz/patience/mc_rebalance $basedir/deps/mc_rebalance || (cd $basedir/deps/mc_rebalance; git pull) || exit 1
(cd "$basedir"/deps/mc_rebalance/ && ./gradlew build)