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 forfs
:
"fs": {
"readBinaryFile": true,
"readTextFile": false,
"writeFile": true
}
It's not much, just a fun-to-make little app :)
Updated on 11.08.2021:
all
to false and specified the following for fs
:"fs": {
"readBinaryFile": true,
"readTextFile": false,
"writeFile": true
}