From 15c747c1bee598645922d0c0b68cd68c3d960152 Mon Sep 17 00:00:00 2001 From: Atila Fassina Date: Thu, 3 Oct 2024 21:18:20 +0200 Subject: [PATCH] fix: interpolate the actual Org name to the updater endpoint (#23) --- src/lib/templates/tauri-conf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/templates/tauri-conf.ts b/src/lib/templates/tauri-conf.ts index 95f450a..266d28d 100644 --- a/src/lib/templates/tauri-conf.ts +++ b/src/lib/templates/tauri-conf.ts @@ -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, },