diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-02 03:02:45 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-02 03:02:45 (GMT) |
commit | b942c728c1ac532d65bd780ba2a124dc0fb036b1 (patch) | |
tree | 44dfeaa30329c994f8b11d10c9c9f60b1b33cee2 /scripts/installer.nsi | |
parent | 5036d9acea379d5177179cb8eaa60d2c93417e9a (diff) |
find openscad.exe. clearup confusion re NUMCPU / NUMJOBS
Diffstat (limited to 'scripts/installer.nsi')
-rw-r--r-- | scripts/installer.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index 2fb58f2..1e56422 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -5,7 +5,7 @@ InstallDir $PROGRAMFILES\OpenSCAD DirText "This will install OpenSCAD on your computer. Choose a directory" Section "install" SetOutPath $INSTDIR -File openscad.exe +File release/openscad.exe File /r examples File /r libraries ${registerExtension} "$INSTDIR\openscad.exe" ".scad" "OpenSCAD_File" |