diff --git a/forge.config.js b/forge.config.js index 02bccfa27..e0709c538 100644 --- a/forge.config.js +++ b/forge.config.js @@ -165,15 +165,14 @@ let config = { fs.rmSync(path, { recursive: true }); } }); + // Workaround from https://www.update.rocks/blog/fixing-the-python3/ if (platform === "darwin") { + console.log("About to install macos-alias"); const npmInstall = spawnSync("npm", ["install", "macos-alias"], { cwd: buildPath, stdio: "inherit", shell: "true", }); - } - // Workaround from https://www.update.rocks/blog/fixing-the-python3/ - if (platform === "darwin") { // Directory to inspect const dirPath = path.join( buildPath,