summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtools/inno.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inno.tmpl b/tools/inno.tmpl
index 7c72149f2..e8fa824a1 100755
--- a/tools/inno.tmpl
+++ b/tools/inno.tmpl
@@ -5,7 +5,7 @@
 [Setup]
 AppName=$c.displayName
 AppVerName=$c.displayName $c.version
-DefaultDirName={code:GiveMeAPath|c.displayName}
+DefaultDirName={code:GiveMeAPath|$c.displayName}
 DefaultGroupName=$c.displayName
 AllowNoIcons=yes
 LicenseFile=${expandFilename(c.license)}