Skip to content

Commit

Permalink
fix: switch tauri build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
katungi committed Apr 11, 2024
1 parent 92b040d commit b6e31c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 6 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit b6e31c2

Please sign in to comment.