We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a527f12 commit 3f5202bCopy full SHA for 3f5202b
scripts/build.sh
@@ -13,7 +13,7 @@ if [ "$2" == "--setup" ] || [ "$2" == "--jar" ]; then
13
./scripts/decompile.sh "$basedir"
14
./scripts/init.sh "$basedir"
15
fi
16
- ./scripts/applyPatches.sh "$basedir" "$2"
+./scripts/applyPatches.sh "$basedir" "$2"
17
18
if [ "$2" == "--jar" ]; then
19
./gradlew build && ./scripts/paperclip.sh "$basedir"
0 commit comments