feat: initial PSG Launcher scaffold

This commit is contained in:
2026-05-27 09:01:09 +08:00
commit 2c9b591c52
110 changed files with 11150 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capabilities for the main launcher window",
"windows": ["main"],
"permissions": [
"core:default",
"updater:default",
"updater:allow-check",
"updater:allow-download-and-install",
"dialog:default",
"dialog:allow-message",
"shell:default",
"process:default",
"process:allow-exit",
"process:allow-restart",
"http:default",
"http:allow-fetch",
"fs:default",
"fs:allow-app-read-recursive",
"fs:allow-app-write-recursive"
]
}