From e7dc86ed7c3a139e90c7b8b171929ec3ecce00c4 Mon Sep 17 00:00:00 2001 From: daid Date: Mon, 3 Sep 2012 15:38:09 +0200 Subject: [PATCH] Start python directly from the start menu, this should remove the console window and avoid confusion. --- scripts/win32/installer.nsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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\" -- 2.30.2