Skip to content

Commit

Permalink
fix: Should be current_version
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Mar 24, 2024
1 parent 085a8c4 commit 020fa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"updater": {
"active": true,
"endpoints": [
"https://cap.so/api/releases/tauri/{{version}}/{{target}}/{{arch}}"
"https://cap.so/api/releases/tauri/{{current_version}}/{{target}}/{{arch}}"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDlFRDMyMDE5MDZEMDk4RTEKUldUaG1OQUdHU0RUbm44YWgxNVlkRjBMZU8yOHB5N0kyY01NZDJTeXNOb09Zdlc2Um81UVFKcTAK",
Expand Down

1 comment on commit 020fa9e

@vercel
Copy link

@vercel vercel bot commented on 020fa9e Mar 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.