mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
Added .stl extension association for windows
This commit is contained in:
parent
e5ac33a929
commit
6274f70949
1 changed files with 1 additions and 5 deletions
|
@ -126,11 +126,7 @@ Section "Install Arduino Drivers"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Open STL files with Cura"
|
Section "Open STL files with Cura"
|
||||||
WriteRegStr HKCR .stl "" "Cura STL model file"
|
${registerExtension} "$INSTDIR\Cura.exe.exe" ".stl" "STL_File"
|
||||||
DeleteRegValue HKCR .stl "Content Type"
|
|
||||||
WriteRegStr HKCR "Cura STL model file\DefaultIcon" "" "$INSTDIR\Cura.exe,0"
|
|
||||||
WriteRegStr HKCR "Cura STL model file\shell" "" "open"
|
|
||||||
WriteRegStr HKCR "Cura STL model file\shell\open\command" "" '"$INSTDIR\Cura.exe" "%1"'
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section /o "Open OBJ files with Cura"
|
Section /o "Open OBJ files with Cura"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue