diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-06-17 11:03:38 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-06-17 11:03:38 +0300 |
| commit | 2eb4d41816a45f51dc1271b67901109c49151666 (patch) | |
| tree | 897283946db0d9ce75474d09159ec3887c376752 /compile_and_test | |
| parent | 95ff852434e5307bd53de66050a1caac589ca692 (diff) | |
fixed source folder
Diffstat (limited to 'compile_and_test')
| -rwxr-xr-x | compile_and_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_and_test b/compile_and_test index bd29ba7..1641a0c 100755 --- a/compile_and_test +++ b/compile_and_test @@ -1,7 +1,7 @@ rm /home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-*.jar rm /home/foghrye4/Games/Forge_server/mods/1.7.10/ihl-tools_n_machines-*.jar ./gradlew build -zip ./build/libs/modid-1.0.jar "ihl*/*" --copy --out "/home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar" +zip ./build/libs/ihl-tools_n_machines-1.0.jar "ihl*/*" --copy --out "/home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar" cd src/main/resources zip -r /home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar . -x *~ cd ../java |
