From a8779ac0c8cfc49ecde762fe402c589fd1217019 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Mon, 25 Mar 2024 03:21:33 -0400 Subject: [PATCH] step3 --- src-tauri/tauri.conf.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ec363c2..da0d0ae 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,6 +12,18 @@ }, "tauri": { "allowlist": { + "http": { + "all": true, + "request": true, + "scope": ["https://**"] + }, + "dialog": { + "all": true + }, + "fs": { + "all": true + }, + "all": false, "shell": { "all": false, @@ -31,7 +43,7 @@ "bundle": { "active": true, "targets": "all", - "identifier": "com.tauri.dev", + "identifier": "com.sheetjs.tauri", "icon": [ "icons/32x32.png", "icons/128x128.png",