mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
a1c8ac624f
There are still some whitespace and attribute ordering issues, but the result runs correctly.
6 lines
243 B
Plaintext
Executable File
6 lines
243 B
Plaintext
Executable File
javac -source 1.2 -target 1.2 -g:none TiddlySaver.java
|
|
jar cf TiddlySaver.jar TiddlySaver*.class
|
|
# assume you have UnaMesa.keystore in the same directory
|
|
# and Passphrase for keystore
|
|
jarsigner -keystore UnaMesa.keystore TiddlySaver.jar BidiX
|