diff --git a/scripts/Build-Pack.ps1 b/scripts/Build-Pack.ps1 index a373626..55d7056 100644 --- a/scripts/Build-Pack.ps1 +++ b/scripts/Build-Pack.ps1 @@ -30,12 +30,12 @@ param( [string]$OutputPath = ".\manifest.json", [string]$LocalPackSource = "", - [string]$SelfHostBaseUrl = "https://sijbers.uk/pack/files", + [string]$SelfHostBaseUrl = "https://bns.sijbers.uk/pack/files", # Optional -- point at a published launcher .exe to embed launcherVersion + launcherUrl # in the manifest. The launcher displays a "newer version available" banner when # its embedded version is lower than this. Skip entirely to leave both fields out. [string]$LauncherExePath = "", - [string]$LauncherPublicUrl = "https://sijbers.uk/pack/BrassAndSigil-Launcher.exe", + [string]$LauncherPublicUrl = "https://bns.sijbers.uk/launcher/BrassAndSigil-Launcher.exe", # Skip the auto-invoke of Build-Tweaks.ps1 (only touch this if you're debugging). [switch]$SkipTweaks )