Skip to content

Commit 4991cc3

Browse files
committed
Remove the activate env start menu shortcut on uninstall
1 parent 78a0b1c commit 4991cc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/windows/orange-install.nsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,9 @@ Function un.Shortcuts
639639
${LogWrite} "Removing Start Menu Shortcuts (from $SMPROGRAMS\$0)"
640640
DetailPrint "Removing Start Menu shortcuts"
641641
Delete "$SMPROGRAMS\$0\${LAUNCHER_SHORTCUT_NAME}.lnk"
642+
!if ${PYINSTALL_TYPE} == Normal
643+
Delete "$SMPROGRAMS\$0\${APPNAME} Command Prompt.lnk"
644+
!endif
642645
RMDir "$SMPROGRAMS\$0"
643646
${EndIf}
644647
${LogWrite} "Removing Desktop shortcurt"

0 commit comments

Comments
 (0)