We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a0b1c commit 4991cc3Copy full SHA for 4991cc3
scripts/windows/orange-install.nsi
@@ -639,6 +639,9 @@ Function un.Shortcuts
639
${LogWrite} "Removing Start Menu Shortcuts (from $SMPROGRAMS\$0)"
640
DetailPrint "Removing Start Menu shortcuts"
641
Delete "$SMPROGRAMS\$0\${LAUNCHER_SHORTCUT_NAME}.lnk"
642
+!if ${PYINSTALL_TYPE} == Normal
643
+ Delete "$SMPROGRAMS\$0\${APPNAME} Command Prompt.lnk"
644
+!endif
645
RMDir "$SMPROGRAMS\$0"
646
${EndIf}
647
${LogWrite} "Removing Desktop shortcurt"
0 commit comments