diff options
Diffstat (limited to 'build/packwin')
-rwxr-xr-x | build/packwin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/packwin b/build/packwin index b461910b2..cbce115f8 100755 --- a/build/packwin +++ b/build/packwin @@ -10,5 +10,6 @@ makensis -DDLLDIR=$dir/../libs/dll/ \ -DPRODUCT_VERSION="1.7.3.4" \ -DEXESUFFIX=/src \ -DUPX=true \ + -DBITS=${BITS} \ setup.nsi |