From 66ca236738940540f4ce274c7c0c496ef5c8ab83 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 8 Jan 2018 17:21:24 +0100 Subject: [PATCH] python: fix TargetDir parameter (closes #1811) --- python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.json b/python.json index 0d9d51eac0..ce7feeee80 100644 --- a/python.json +++ b/python.json @@ -17,7 +17,7 @@ "args": [ "/quiet", "InstallAllUsers=$(@{$true=1;$false=0}[$global])", - "TargetDir=$dir", + "TargetDir=\"$dir\"", "AssociateFiles=0", "Shortcuts=0", "InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])"