Support binary responses!

This commit is contained in:
Gregory Schier
2023-04-13 18:48:40 -07:00
parent 29309500a6
commit f9f1ba9e24
25 changed files with 455 additions and 231 deletions

View File

@@ -14,9 +14,15 @@
"windows": [],
"allowlist": {
"all": false,
"protocol": {
"assetScope": ["$APPDATA/*"],
"asset": true
},
"fs": {
"readFile": true,
"scope": [
"$RESOURCE/*"
"$RESOURCE/*",
"$APPDATA/*"
]
},
"shell": {
@@ -60,7 +66,8 @@
"timestampUrl": ""
}
},
"security": {},
"security": {
},
"systemTray": {
"iconAsTemplate": true,
"iconPath": "icons/icon.png"