mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
07df513140
Testing against the output of cook.rb isn't satisfactory because of the bugs in it; instead we're now going to test against the tiddlywiki.com build products
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
|