This commit is contained in:
Jose Conde
2024-07-25 16:29:14 +02:00
parent cd5f4ad91a
commit 498a8253fd
45 changed files with 1364 additions and 353 deletions

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "domino-client",
"version": "0.1.11"
"version": "0.2.0"
},
"tauri": {
"allowlist": {
@ -16,16 +16,10 @@
"all": true
},
"fs": {
"copyFile": true,
"createDir": true,
"exists": true,
"readDir": true,
"readFile": true,
"removeDir": true,
"removeFile": true,
"renameFile": true,
"scope": ["$APPDATA/*", "$APP/*"],
"writeFile": true,
"scope": {
"allow": ["$APPDATA/data/**", "$APPDATA/data/*", "$APPDATA/data", "$APPDATA/*"],
"requireLiteralLeadingDot": false
},
"all": true
}
},
@ -78,7 +72,7 @@
"fullscreen": false,
"height": 720,
"resizable": true,
"title": "Domino v0.1.11",
"title": "Domino v0.2.0",
"width": 1280,
"minHeight": 720,
"minWidth": 1280,