diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa00fa7..2b6e573 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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__' diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f3057ec..0ac5bcf 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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": [ {