Skip to content

Releases: aaronleopold/adta

First release

05 Nov 02:39
Compare
Choose a tag to compare

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
}