This commit is contained in:
SheetJS 2024-03-25 03:21:33 -04:00
parent d7da66a3d4
commit a8779ac0c8

@ -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",