chiark / gitweb /
Apperently extension bindings do not work with batch files, so changed the STL file...
authorDaid <daid303@gmail.com>
Tue, 31 Jul 2012 21:39:23 +0000 (23:39 +0200)
committerDaid <daid303@gmail.com>
Tue, 31 Jul 2012 21:39:23 +0000 (23:39 +0200)
scripts/win32/installer.nsi

index 69f807e3bdd6206398a93b3f428722fabf29d5e0..386034c7357c1dcdab8272387750aeb0f9e5b407 100644 (file)
@@ -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
 
 ;--------------------------------