diff --git a/src/compiler.js b/src/compiler.js index 2579979..9f3070f 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -44,7 +44,7 @@ export class NexeCompiler { if (python) { if (isWindows) { - this.env.PATH = this.env.PATH + ';"' + dequote(normalize(python)) + '"' + this.env.PATH = '"' + dequote(normalize(python)) + '";' + this.env.PATH } else { this.env.PYTHON = python }