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:
@@ -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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user