Build-Pack: default new URLs to bns.sijbers.uk (manifest + launcher paths)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user