fix: files_transfer benchmark (#3944)

This commit is contained in:
Lucas Fernandes Nogueira
2022-04-22 10:37:10 -07:00
committed by GitHub
parent b5622882cf
commit 8e00f0904c
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
.invoke('tauri', {
__tauriModule: 'Fs',
message: {
cmd: 'readBinaryFile',
cmd: 'readFile',
path: '.tauri_3mb.json',
options: {
// home folder

View File

@@ -35,7 +35,8 @@
"allowlist": {
"all": false,
"fs": {
"readFile": true
"readFile": true,
"scope": ["$HOME/.tauri_3mb.json"]
}
},
"windows": [