This commit is contained in:
daid 2012-08-01 11:12:29 +02:00
parent cfc50e031e
commit f377c210df

View File

@ -108,7 +108,7 @@ SectionEnd
Section "Open STL files with Cura"
WriteRegStr HKCR .stl "" "Cura STL model file"
WriteRegStr HKCR "STL file\DefaultIcon" "" "$INSTDIR\stl.ico,0"
WriteRegStr HKCR "Cura STL model file\DefaultIcon" "" "$INSTDIR\stl.ico,0"
WriteRegStr HKCR "Cura STL model file\shell" "" "open"
WriteRegStr HKCR "Cura STL model file\shell\open\command" "" '"$INSTDIR\python\python.exe" "$INSTDIR\Cura\cura.py" "%1"'
SectionEnd