Remove the console window when opening an STL directly.

master
daid303 2012-10-04 10:15:06 +02:00
parent 0de6138589
commit 77fece6585
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ Section "Open STL files with Cura"
DeleteRegValue HKCR .stl "Content Type"
WriteRegStr HKCR "Cura STL model file\DefaultIcon" "" "$INSTDIR\Cura\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"'
WriteRegStr HKCR "Cura STL model file\shell\open\command" "" '"$INSTDIR\python\pythonw.exe" "$INSTDIR\Cura\cura.py" "%1"'
SectionEnd
;--------------------------------