Apperently extension bindings do not work with batch files, so changed the STL file registration.

master
Daid 2012-07-31 23:39:23 +02:00
parent 909f476f5e
commit ce46034477
1 changed files with 1 additions and 1 deletions

View 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
;--------------------------------