diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-02 02:39:30 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-02 02:39:30 (GMT) |
commit | 1381bec31f5b19609f4e55031b36ec44d083ba83 (patch) | |
tree | bcacbc692db71342aa6aa0398e3f64f0b36aad47 /scripts/installer.nsi | |
parent | 4119380456fb9b2068ffe672adb7e79fcb456dd7 (diff) |
rename mingw file-association script to fit with the scripting system better
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 269a30c..2fb58f2 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -1,4 +1,4 @@ -!include "FileAssociation.nsh" +!include "mingw-file-association.nsh" Name "OpenSCAD" OutFile "openscad_setup.exe" InstallDir $PROGRAMFILES\OpenSCAD |