diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-21 13:25:14 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-21 13:25:14 (GMT) |
commit | 1af090c7b3a56b24851712a1ae41321358a8aac4 (patch) | |
tree | e17ad5ebcd0026fded4f4fa5be8ccec8f4ffaa7b /scripts/installer.nsi | |
parent | 0e4e8b64a7195b9b65cf029ccf8bb9f795bd9bae (diff) |
add wrapper code from nop head, mod build scripts
Diffstat (limited to 'scripts/installer.nsi')
-rw-r--r-- | scripts/installer.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index 87ec18d..1841431 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -6,6 +6,7 @@ DirText "This will install OpenSCAD on your computer. Choose a directory" Section "install" SetOutPath $INSTDIR File openscad.exe +File openscad.com File /r /x mingw-cross-env examples File /r /x mingw-cross-env libraries ${registerExtension} "$INSTDIR\openscad.exe" ".scad" "OpenSCAD_File" |