diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55c4dd3..e371488 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: install frontend dependencies run: pnpm install --no-frozen-lockfile # change this to npm, pnpm or bun depending on which one you use. - - uses: tauri-apps/tauri-action@v0 + - uses: tauri-apps/tauri-action@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fb86eba..5ceae7b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -57,7 +57,12 @@ "csp": null }, "updater": { - "active": false + "active": true, + "endpoints": [ + "https://releases.myapp.com/{{target}}/{{arch}}/{{current_version}}" + ], + "dialog": true, + "pubkey": "/Users/dankat/.tauri/pasta.key.pub" }, "windows": [ {