Updated jarfile to include Hinoki and javax.json.

This commit is contained in:
Snowyfox 2022-06-02 14:12:49 -04:00
parent c4430a6d14
commit 2719fabef9
3 changed files with 7 additions and 1 deletions

View File

@ -1 +0,0 @@
.git

Binary file not shown.

7
jarscript.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
jar cf JKomasto2.jar *
JARFILE="$(realpath JKomasto2.jar)"
cd ../Hinoki
jar uf "$JARFILE" cafe
cd /usr/share/java
jar uf "$JARFILE" javax.json.jar