From: Daid Date: Tue, 31 Jul 2012 21:39:23 +0000 (+0200) Subject: Apperently extension bindings do not work with batch files, so changed the STL file... X-Git-Tag: 12.08~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ce460344772928a0903e9bb89ea9e914778c619c;p=cura.git Apperently extension bindings do not work with batch files, so changed the STL file registration. --- diff --git a/scripts/win32/installer.nsi b/scripts/win32/installer.nsi index 69f807e3..386034c7 100644 --- a/scripts/win32/installer.nsi +++ b/scripts/win32/installer.nsi @@ -110,7 +110,7 @@ Section "Open STL files with Cura" WriteRegStr HKCR .stl "" "STL file" ;WriteRegStr HKCR "STL file\DefaultIcon" "" "$INSTDIR\stl.ico,0" WriteRegStr HKCR "STL file\shell" "" "open" - WriteRegStr HKCR "STL file\shell\open\command" "" '"$INSTDIR\cura.bat" "%1"' + WriteRegStr HKCR "STL file\shell\open\command" "" '"$INSTDIR\python\python.exe" "$INSTDIR\Cura\cura.py" "%1"' SectionEnd ;--------------------------------