diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-06-10 02:07:40 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-06-10 02:07:40 (GMT) |
commit | 4a24dcf2b3a282d75a7dd3b1a25f9635b4763117 (patch) | |
tree | 94a4a453cdf5479c219fdee6bb9e48251157605f /scripts | |
parent | 5268638ffe938bde0c1b7d55907f14ac7f29f9ea (diff) |
.scad perceived type under windows = text. issue 398 by MichaelAtOz
Diffstat (limited to 'scripts')
-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 9d7d891..fea6563 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -17,6 +17,7 @@ CreateShortCut $SMPROGRAMS\OpenSCAD.lnk $INSTDIR\openscad.exe WriteUninstaller $INSTDIR\Uninstall.exe WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenSCAD" "DisplayName" "OpenSCAD (remove only)" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenSCAD" "UninstallString" "$INSTDIR\Uninstall.exe" +WriteRegStr HKCR ".scad" "PerceivedType" "text" SectionEnd Section "Uninstall" ${unregisterExtension} ".scad" "OpenSCAD_File" |