diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-10-30 18:14:11 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-10-30 18:14:11 +0100 |
commit | 241801f9cbae39ccee381b69e625c7e4a361249f (patch) | |
tree | 9f249e25b6aff7c6cafdef591d01b2a2f152bb15 | |
parent | Merge pull request #165 from ciromattia/dev (diff) | |
download | kcc-241801f9cbae39ccee381b69e625c7e4a361249f.tar.gz kcc-241801f9cbae39ccee381b69e625c7e4a361249f.tar.bz2 kcc-241801f9cbae39ccee381b69e625c7e4a361249f.zip |
Windows setup tweak
-rw-r--r-- | kcc.iss | 1 |
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" |