diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-05-16 11:54:34 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-05-16 11:54:34 (GMT) |
commit | 293f3cc7c9c6dfec76120714b33a458f54792545 (patch) | |
tree | 27c7fe37bd7967b6588916009fad93667a0e1da6 /scripts/installer.nsi | |
parent | 26df5c446647aec19fa8a8615e61702950691746 (diff) |
enable mingw64 cross build (alpha stage)
Diffstat (limited to 'scripts/installer.nsi')
-rw-r--r-- | scripts/installer.nsi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index 1841431..2cbd6d3 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -1,7 +1,10 @@ +InstallDir "" +!include "LogicLib.nsh" !include "mingw-file-association.nsh" +!include "x64.nsh" Name "OpenSCAD" OutFile "openscad_setup.exe" -InstallDir $PROGRAMFILES\OpenSCAD +!include "installer_arch.nsi" DirText "This will install OpenSCAD on your computer. Choose a directory" Section "install" SetOutPath $INSTDIR |