From 606f6e097f9b86471f5b349ec24160382d7a4037 Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Tue, 28 Jun 2022 18:17:06 -0400 Subject: [PATCH] Change bundle identifier & enable updater --- src-tauri/tauri.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7aa97df..f10e151 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -44,7 +44,7 @@ "icons/icon.icns", "icons/icon.ico" ], - "identifier": "xyz.grasscutters", + "identifier": "io.grasscutter", "shortDescription": "A game launcher.", "longDescription": "A launcher for a certain anime game that proxies all related game traffic to external servers.", "macOS": { @@ -72,12 +72,12 @@ "csp": "default-src 'self' https://asset.localhost; img-src 'self'; img-src https://* asset: https://asset.localhost" }, "updater": { - "active": false, + "active": true, "dialog": true, "endpoints": [ "https://api.grasscutters.xyz/cultivation/update?version={{current_version}}" ], - "pubkey": "" + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEIyM0MzMzk0NkM4OTQzNQpSV1ExbE1oR09jTWpDNFJ4NURsaS9mdHpDWmpBM3JNVHkrdER4bS9KdHFCQnNVSWs0ZjZTU295WAo=" }, "windows": [ {