From 480205a63027437b8ed3a02acc65ea95f8773674 Mon Sep 17 00:00:00 2001 From: Matt Sijbers Date: Wed, 20 May 2026 21:32:46 +0100 Subject: [PATCH] Build-Pack: default new URLs to bns.sijbers.uk (manifest + launcher paths) --- scripts/Build-Pack.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )