Skip to content

First release

Latest
Compare
Choose a tag to compare
@aaronleopold aaronleopold released this 05 Nov 02:39
· 5 commits to main since this release

It's not much, just a fun-to-make little app :)

Updated on 11.08.2021:

  • fixed tauri api config, set all to false and specified the following for fs:
"fs": {
   "readBinaryFile": true,
   "readTextFile": false,
   "writeFile": true
}