From b6e31c27ac4b08d0c06505eaf6adc930faa9c471 Mon Sep 17 00:00:00 2001 From: katungi Date: Thu, 11 Apr 2024 18:18:38 +0300 Subject: [PATCH] fix: switch tauri build commands --- .github/workflows/release.yml | 2 +- src-tauri/tauri.conf.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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": [ {