no ide build

This commit is contained in:
Marc BARBIER
2021-07-06 16:11:29 +02:00
parent e63ab37b13
commit 9480686d71
6 changed files with 21 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
javac \
-d objs\
-cp libs/commons-compress-1.20.jar:libs/gson-2.8.7.jar\
downloader/*.java downloader/forgeSvc/*.java
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
rm objs/* -r
rm mcDownloader.jar
+5
View File
@@ -0,0 +1,5 @@
if test -f "mcDownloader.jar"; then
rm mcDownloader.jar
fi
cd objs && jar cfm ../mcDownloader.jar ../MANIFEST.MF downloader/