Skip to content

Commit 15c747c

Browse files
authored
fix: interpolate the actual Org name to the updater endpoint (#23)
1 parent f37c759 commit 15c747c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/templates/tauri-conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function tauriConf({
4242
? {
4343
updater: {
4444
endpoints: [
45-
`https://cdn.crabnebula.app/update/${shouldHaveAutoupdate}/${name}/{{target}}-{{arch}}/{{current_version}}`,
45+
`https://cdn.crabnebula.app/update/${cnOrg}/${name}/{{target}}-{{arch}}/{{current_version}}`,
4646
],
4747
pubkey: pubKey,
4848
},

0 commit comments

Comments
 (0)