We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37c759 commit 15c747cCopy full SHA for 15c747c
src/lib/templates/tauri-conf.ts
@@ -42,7 +42,7 @@ function tauriConf({
42
? {
43
updater: {
44
endpoints: [
45
- `https://cdn.crabnebula.app/update/${shouldHaveAutoupdate}/${name}/{{target}}-{{arch}}/{{current_version}}`,
+ `https://cdn.crabnebula.app/update/${cnOrg}/${name}/{{target}}-{{arch}}/{{current_version}}`,
46
],
47
pubkey: pubKey,
48
},
0 commit comments