From: daid Date: Mon, 3 Sep 2012 13:38:09 +0000 (+0200) Subject: Start python directly from the start menu, this should remove the console window... X-Git-Tag: 13.03~348 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e7dc86ed7c3a139e90c7b8b171929ec3ecce00c4;p=cura.git Start python directly from the start menu, this should remove the console window and avoid confusion. --- diff --git a/scripts/win32/installer.nsi b/scripts/win32/installer.nsi index cfcc26ae..7555419d 100644 --- a/scripts/win32/installer.nsi +++ b/scripts/win32/installer.nsi @@ -88,8 +88,7 @@ Section "Cura ${VERSION}" CreateDirectory "$SMPROGRAMS\Cura ${VERSION}" CreateShortCut "$SMPROGRAMS\Cura ${VERSION}\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0 - CreateShortCut "$SMPROGRAMS\Cura ${VERSION}\Cura.lnk" "$INSTDIR\cura.bat" "" "$INSTDIR\cura.icon" 0 - CreateShortCut "$SMPROGRAMS\Cura ${VERSION}\PrintRun.lnk" "$INSTDIR\printrun.bat" "" "$INSTDIR\cura.icon" 0 + CreateShortCut "$SMPROGRAMS\Cura ${VERSION}\Cura.lnk" "$INSTDIR\python\python.exe" "$INSTDIR\Cura\cura.py" "$INSTDIR\cura.ico" 0 ; Set output path to the driver directory. SetOutPath "$INSTDIR\drivers\"