step3
This commit is contained in:
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",
|
||||
|
Loading…
Reference in New Issue
Block a user