Skip to content

Commit

Permalink
fix: interpolate the actual Org name to the updater endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina committed Oct 3, 2024
1 parent eeb1a9b commit 770c934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/templates/tauri-conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function tauriConf({
? {
updater: {
endpoints: [
`https://cdn.crabnebula.app/update/${shouldHaveAutoupdate}/${name}/{{target}}-{{arch}}/{{current_version}}`,
`https://cdn.crabnebula.app/update/${cnOrg}/${name}/{{target}}-{{arch}}/{{current_version}}`,
],
pubkey: pubKey,
},
Expand Down

0 comments on commit 770c934

Please sign in to comment.