This commit is contained in:
Fractal-Tess
2023-05-14 00:39:08 +03:00
parent 25766081b1
commit 61507a6bc8
2 changed files with 10 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
tagName: app-v__VERSION__
releaseName: 'App v__VERSION__'

View File

@@ -51,7 +51,15 @@
"csp": null
},
"updater": {
"active": false
"active": true,
"windows": {
"installMode": "passive"
},
"endpoints": [
"https://github.com/Fractal-Tess/Svelte-Tauri/releases/latest/download/latest.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IENFOThEODY5RUUwOEZERgpSV1RmaitDZWhvM3BETFZ2R0dKYmE1ems2MXlJMnhvMmhkazJ0NGlwbUg0SWlCVmp1ZW1WcVNuKwo="
},
"windows": [
{