about summary refs log tree commit diff
path: root/kcc.iss
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-10-30 18:14:11 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-10-30 18:14:11 +0100
commit241801f9cbae39ccee381b69e625c7e4a361249f (patch)
tree9f249e25b6aff7c6cafdef591d01b2a2f152bb15 /kcc.iss
parentMerge pull request #165 from ciromattia/dev (diff)
downloadkcc-241801f9cbae39ccee381b69e625c7e4a361249f.tar.gz
kcc-241801f9cbae39ccee381b69e625c7e4a361249f.tar.bz2
kcc-241801f9cbae39ccee381b69e625c7e4a361249f.zip
Windows setup tweak
Diffstat (limited to 'kcc.iss')
-rw-r--r--kcc.iss1
1 files changed, 1 insertions, 0 deletions
diff --git a/kcc.iss b/kcc.iss
index 501a72e..be189a8 100644
--- a/kcc.iss
+++ b/kcc.iss
@@ -32,6 +32,7 @@ InfoAfterFile=other\windows\InstallWarning.rtf
 SignTool=SignTool /d $q{#MyAppName}$q /du $q{#MyAppURL}$q $f
 MinVersion=0,6.0
 OutputDir=dist
+ArchitecturesInstallIn64BitMode=x64
 
 [Languages]
 Name: "english"; MessagesFile: "compiler:Default.isl"