Improve the logic for uninstalling a version, it was incredibly bad and stupid

This commit is contained in:
2026-01-07 18:10:14 -07:00
parent cf4f1c15ea
commit c07828f244
2 changed files with 57 additions and 62 deletions

View File

@@ -21,11 +21,17 @@
"core:window:allow-toggle-maximize",
"decorum:allow-show-snap-overlay",
"fs:default",
"fs:allow-applocaldata-read",
"fs:allow-applocaldata-write",
"dialog:default",
"notification:default",
"clipboard-manager:default",
"clipboard-manager:allow-write-text"
"clipboard-manager:allow-write-text",
"fs:allow-applocaldata-read",
"fs:allow-applocaldata-write",
{
"identifier": "fs:scope",
"allow": [
{ "path": "$APPLOCALDATA/game/**" }
]
}
]
}