danser-go: Update for launcher (#3941)

* danser-go: Update for launcher

Change bin to `danser-cli.exe`
Add shortcut to `danser.exe` (GUI)

* danser-go: Add GUI to `bin`
This commit is contained in:
Fayne Aldan 2022-09-20 02:55:39 -06:00 committed by GitHub
parent 6219456436
commit 115fb40d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,16 @@
"hash": "cfd6bdb219cc7fed04b7043776ada20dee2841a307cb0447754fa777d4900bc3" "hash": "cfd6bdb219cc7fed04b7043776ada20dee2841a307cb0447754fa777d4900bc3"
} }
}, },
"bin": "danser.exe", "bin": [
"danser.exe",
"danser-cli.exe"
],
"shortcuts": [
[
"danser.exe",
"danser-go"
]
],
"persist": "settings", "persist": "settings",
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {