Releases: ciacob/auntie
Releases · ciacob/auntie
auntie 1.0
First public release. Packed with pkg.
Nota bene:
- the only executable here that I have actually tested was the windows executable;
- the mac executable is supposed to run on Intel-based macs; it might run on M1-based macs via Rosetta, but I cannot tell. For the time being, I do not own any mac machines, so I cannot test it myself, sorry.
- if released executables don't work, you can try repacking them yourself (check pkg documentation);
- if you simply cannot pack the app, you can always add the app folder to your
path
, then runauntie.js
via node, like:
node auntie <source> <target> [<options file>]
Hope this helps,
C.