From: daid303 Date: Thu, 4 Oct 2012 08:15:06 +0000 (+0200) Subject: Remove the console window when opening an STL directly. X-Git-Tag: 13.03~290 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=77fece65853a594813ce806a9431a14604a2f33f;p=cura.git Remove the console window when opening an STL directly. --- diff --git a/scripts/win32/installer.nsi b/scripts/win32/installer.nsi index ed173e1a..e75a69a1 100644 --- a/scripts/win32/installer.nsi +++ b/scripts/win32/installer.nsi @@ -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 ;--------------------------------