mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 00:24:45 +01:00
Change bundle identifier & enable updater
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
"icons/icon.icns",
|
"icons/icon.icns",
|
||||||
"icons/icon.ico"
|
"icons/icon.ico"
|
||||||
],
|
],
|
||||||
"identifier": "xyz.grasscutters",
|
"identifier": "io.grasscutter",
|
||||||
"shortDescription": "A game launcher.",
|
"shortDescription": "A game launcher.",
|
||||||
"longDescription": "A launcher for a certain anime game that proxies all related game traffic to external servers.",
|
"longDescription": "A launcher for a certain anime game that proxies all related game traffic to external servers.",
|
||||||
"macOS": {
|
"macOS": {
|
||||||
@@ -72,12 +72,12 @@
|
|||||||
"csp": "default-src 'self' https://asset.localhost; img-src 'self'; img-src https://* asset: https://asset.localhost"
|
"csp": "default-src 'self' https://asset.localhost; img-src 'self'; img-src https://* asset: https://asset.localhost"
|
||||||
},
|
},
|
||||||
"updater": {
|
"updater": {
|
||||||
"active": false,
|
"active": true,
|
||||||
"dialog": true,
|
"dialog": true,
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
"https://api.grasscutters.xyz/cultivation/update?version={{current_version}}"
|
"https://api.grasscutters.xyz/cultivation/update?version={{current_version}}"
|
||||||
],
|
],
|
||||||
"pubkey": ""
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEIyM0MzMzk0NkM4OTQzNQpSV1ExbE1oR09jTWpDNFJ4NURsaS9mdHpDWmpBM3JNVHkrdER4bS9KdHFCQnNVSWs0ZjZTU295WAo="
|
||||||
},
|
},
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user