mirror of
https://gitlab.com/biskuteri-cafe/JKomasto2.git
synced 2024-11-20 06:24:50 +01:00
Updated jarfile to include Hinoki and javax.json.
This commit is contained in:
parent
c4430a6d14
commit
2719fabef9
BIN
JKomasto2.jar
BIN
JKomasto2.jar
Binary file not shown.
7
jarscript.sh
Executable file
7
jarscript.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user