chore: release

This commit is contained in:
lencx 2022-12-07 20:36:42 +08:00
parent 48bb04331d
commit effc73cab3
2 changed files with 5 additions and 3 deletions

View File

@ -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"
},

View File

@ -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"
}
}
}
}