From 7aacfc883a9aa7c522fb8e038d967f8fcfebce86 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Tue, 13 Feb 2024 13:26:21 -0500 Subject: [PATCH] Build --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 377454d..f8d0f46 100644 --- a/dist/index.js +++ b/dist/index.js @@ -508,7 +508,7 @@ async function getStackDirectories(stackYaml, stack, workingDirectory) { exports.getStackDirectories = getStackDirectories; function defaultLocalProgramsPath(stackRoot) { if (process.platform === "win32") { - const localAppData = process.env["%LOCALAPPDATA%"]; + const localAppData = process.env.LOCALAPPDATA; if (localAppData) { return (0, path_1.join)(localAppData, "Programs", "stack"); }