From 8dc9bb67b3e7f28ddf7bf91f8138c084e3e58f95 Mon Sep 17 00:00:00 2001 From: patchzyy <64382339+patchzyy@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:56:28 +0200 Subject: [PATCH] Update Build-Installer.ps1 --- Launcher/Build-Installer.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Launcher/Build-Installer.ps1 b/Launcher/Build-Installer.ps1 index 75114df..ee04556 100644 --- a/Launcher/Build-Installer.ps1 +++ b/Launcher/Build-Installer.ps1 @@ -171,8 +171,7 @@ Assert-File $translator 'Self-contained translator' # Resolved via the shared WiiCompiled.Setup.Common.Cli helper (also used by build-appimage.sh on # Linux) rather than a separate download/version-pin copy here: it downloads and caches the same way -# NodToolProvider.cs always does (Launcher/artifacts/nodtool.exe), replacing the old manual -# -DolphinToolPath handoff with an automated, pinned acquisition step. +# NodToolProvider.cs always does (Launcher/artifacts/nodtool.exe) $nodToolCliProject = Join-Path $PSScriptRoot 'WiiCompiled.Setup.Common.Cli' $nodTool = (& dotnet run --project $nodToolCliProject -c Release -- --workspace $repoRoot | Select-Object -Last 1) if ($LASTEXITCODE -ne 0) { throw "nodtool resolution failed with exit code $LASTEXITCODE." }