From ce460344772928a0903e9bb89ea9e914778c619c Mon Sep 17 00:00:00 2001 From: Daid Date: Tue, 31 Jul 2012 23:39:23 +0200 Subject: [PATCH] Apperently extension bindings do not work with batch files, so changed the STL file registration. --- scripts/win32/installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;-------------------------------- -- 2.30.2