ColorNote-backup-decryptor icon indicating copy to clipboard operation
ColorNote-backup-decryptor copied to clipboard

New compiled CLI tools + Clojure version

Open licht1stein opened this issue 2 years ago • 2 comments

I have used the original jar file to build a working CLI tool. Please see README for details :)

I've also added LICENSE just in case.

licht1stein avatar Jul 25 '23 16:07 licht1stein

Nice!

Can you give me some instructions for reproducing the jar file? I have not used Clojure before.

I tried running clojure -T:build jar but that failed with

Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2).
-T:build (No such file or directory)

Since the jar is "opaque" I want to reproduce it (to be slightly paranoid :D)

olejorgenb avatar Jul 26 '23 08:07 olejorgenb

Sure! The functions in the build.clj are the commands, so clojure -T:build uber to compile 😀

The output will be under target/

licht1stein avatar Jul 27 '23 04:07 licht1stein