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

11
manifests/latest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.1.0",
"notes": "Initial release of PSG Launcher.",
"pub_date": "2026-05-27T00:00:00Z",
"platforms": {
"windows-x86_64": {
"signature": "REPLACE_WITH_TAURI_SIGNER_SIG",
"url": "https://gitea.YOURDOMAIN.com/OWNER/psg-launcher/releases/download/v0.1.0/PSG-Launcher_0.1.0_x64-setup.exe"
}
}
}