Use a new folder layout for updates and improve a lot of code (read desc)

Switched from a layout like this:

downloads/
  1.4.0.zip (temp)
updates/
  1.4.0/
    lncvrt-games-launcher

to

.version
bin/
  lncvrt-games-launcher
This commit is contained in:
2026-01-07 16:42:16 -07:00
parent 15978c8d6b
commit e46c6e50dd
3 changed files with 100 additions and 126 deletions

View File

@@ -9,11 +9,13 @@
"core:default",
"core:window:allow-start-dragging",
"fs:default",
"fs:allow-applocaldata-read",
"fs:allow-applocaldata-write",
"fs:allow-exists",
"os:default",
"opener:default",
"dialog:default"
"dialog:default",
"fs:allow-write-text-file",
{
"identifier": "fs:scope",
"allow": [{ "path": "$APPLOCALDATA/.version" }]
}
]
}