From 00c19d2a36e3dc4896dc0b4b4a1696a5d3b7431e Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 5 Aug 2012 03:18:17 +0200 Subject: fix path of openscad.exe in installer.nsi diff --git a/scripts/installer.nsi b/scripts/installer.nsi index 763d42d..87ec18d 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 release/openscad.exe +File openscad.exe File /r /x mingw-cross-env examples File /r /x mingw-cross-env libraries ${registerExtension} "$INSTDIR\openscad.exe" ".scad" "OpenSCAD_File" -- cgit v0.10.1