Skip to content

Commit

Permalink
feat: configure autoupdater
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Jul 24, 2023
1 parent cfde936 commit afdc186
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pyground",
"private": true,
"version": "0.0.0",
"version": "0.0.0-development",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
12 changes: 9 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"allowlist": {
"all": false
},
"updater": {
"active": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDdCRTdCRTI0NzVGMkNDQjUKUldTMXpQSjFKTDduZTI2QlhYQU45cWxEMFNVNXVHeWxRdFhKTnBQN3FWTitzSzNzNWhWTXhqa3AK",
"endpoints": [
"https://github.com/dubisdev/pyground/releases/latest/download/latest.json"
]
},
"bundle": {
"active": true,
"identifier": "dev.dubis.pyground",
Expand All @@ -27,13 +34,12 @@
"icons/icon.ico"
],
"targets": [
"nsis"
"nsis",
"updater"
]
},
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "Pyground",
"width": 1000,
"height": 750
Expand Down

0 comments on commit afdc186

Please # to comment.