diff --git a/package.json b/package.json index 9e96050..99fff55 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dev": "yarn tauri dev", "build": "yarn tauri build", "updater": "tr updater", - "release": "tr release", + "release": "tr release --git", "tr": "tr", "tauri": "tauri" }, diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f996d84..cbc4f0c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -55,8 +55,10 @@ "updater": { "active": true, "dialog": true, - "endpoints": ["https://lencx.github.io/ChatGPT/install.json"], + "endpoints": [ + "https://lencx.github.io/ChatGPT/install.json" + ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEIxMjY4OUI5MTVFNjBEMDUKUldRRkRlWVZ1WWttc1NGWEE0RFNSb0RqdnhsekRJZTkwK2hVLzhBZTZnaHExSEZ1ZEdzWkpXTHkK" } } -} +} \ No newline at end of file