Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaid <daid303@gmail.com>2012-09-03 17:38:09 +0400
committerdaid <daid303@gmail.com>2012-09-03 17:38:09 +0400
commite7dc86ed7c3a139e90c7b8b171929ec3ecce00c4 (patch)
tree5a4c5cfbcb7332abd8de543be48bd0c0f9b738e3 /scripts/win32
parent50462a174dda84cca67c83d63542dcd2f46de3af (diff)
Start python directly from the start menu, this should remove the console window and avoid confusion.
Diffstat (limited to 'scripts/win32')
-rw-r--r--scripts/win32/installer.nsi3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/win32/installer.nsi b/scripts/win32/installer.nsi
index cfcc26aeb7..7555419d46 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\"