fix: repair Windows dev-channel updater

This commit is contained in:
Peter Steinberger
2026-04-09 01:25:58 +01:00
parent be46d0ddc6
commit a8c47db668
4 changed files with 45 additions and 12 deletions

View File

@@ -886,7 +886,7 @@ describe("update-cli", () => {
portableGitMingw,
portableGitUsr,
]);
expect(updateOptions?.env?.NPM_CONFIG_SCRIPT_SHELL).toBe("cmd.exe");
expect(updateOptions?.env?.NPM_CONFIG_SCRIPT_SHELL).toBeUndefined();
expect(updateOptions?.env?.NODE_LLAMA_CPP_SKIP_DOWNLOAD).toBe("1");
});