Added icon for STL files.

master
daid 2012-08-01 10:16:43 +02:00
parent ce46034477
commit cfc50e031e
2 changed files with 4 additions and 4 deletions

BIN
Cura/stl.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -107,10 +107,10 @@ Section "Cura ${VERSION}"
SectionEnd
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\python\python.exe" "$INSTDIR\Cura\cura.py" "%1"'
WriteRegStr HKCR .stl "" "Cura STL model file"
WriteRegStr HKCR "STL 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
;--------------------------------