mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 12:52:47 -08:00
There are still some whitespace and attribute ordering issues, but the result runs correctly.
5 lines
243 B
Text
Executable file
5 lines
243 B
Text
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
|