mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix: files_transfer benchmark (#3944)
This commit is contained in:
committed by
GitHub
parent
b5622882cf
commit
8e00f0904c
@@ -15,7 +15,7 @@
|
||||
.invoke('tauri', {
|
||||
__tauriModule: 'Fs',
|
||||
message: {
|
||||
cmd: 'readBinaryFile',
|
||||
cmd: 'readFile',
|
||||
path: '.tauri_3mb.json',
|
||||
options: {
|
||||
// home folder
|
||||
|
||||
@@ -35,7 +35,8 @@
|
||||
"allowlist": {
|
||||
"all": false,
|
||||
"fs": {
|
||||
"readFile": true
|
||||
"readFile": true,
|
||||
"scope": ["$HOME/.tauri_3mb.json"]
|
||||
}
|
||||
},
|
||||
"windows": [
|
||||
|
||||
Reference in New Issue
Block a user