Build-Pack: default new URLs to bns.sijbers.uk (manifest + launcher paths)

This commit is contained in:
Matt Sijbers
2026-05-20 21:32:46 +01:00
parent 683c2c19ff
commit 480205a630
+2 -2
View File
@@ -30,12 +30,12 @@
param( param(
[string]$OutputPath = ".\manifest.json", [string]$OutputPath = ".\manifest.json",
[string]$LocalPackSource = "", [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 # Optional -- point at a published launcher .exe to embed launcherVersion + launcherUrl
# in the manifest. The launcher displays a "newer version available" banner when # 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. # its embedded version is lower than this. Skip entirely to leave both fields out.
[string]$LauncherExePath = "", [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). # Skip the auto-invoke of Build-Tweaks.ps1 (only touch this if you're debugging).
[switch]$SkipTweaks [switch]$SkipTweaks
) )