remove that comment...
This commit is contained in:
parent
7e81240343
commit
d6b621b533
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh
|
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh
|
||||||
if [ "$1" == "--jar" ]; then
|
if [ "$1" == "--jar" ]; then
|
||||||
mvn clean install && ./paperclip.sh
|
mvn clean install && ./paperclip.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue