From a8b5588b51f8f7e40e22f427d1634d0f97bc5120 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sun, 3 Mar 2019 19:09:29 +0000 Subject: [PATCH] Fix spyder icon in start menu. --- hspy_bundle/NSIS_installer_script.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hspy_bundle/NSIS_installer_script.nsi b/hspy_bundle/NSIS_installer_script.nsi index 3f993d3..7ada74b 100644 --- a/hspy_bundle/NSIS_installer_script.nsi +++ b/hspy_bundle/NSIS_installer_script.nsi @@ -330,7 +330,7 @@ SectionIn RO CreateShortCut "$SMPROGRAMS\${APPNAME}\Jupyter QtConsole.lnk" "${APP_INSTDIR}\hspy_scripts\jupyter_qtconsole.bat" "$\"%HOMEPATH%$\"" "${APP_INSTDIR}\${PYTHON_FOLDER}\Lib\site-packages\start_jupyter_cm\icons\jupyter-qtconsole.ico" 0 CreateShortCut "$SMPROGRAMS\${APPNAME}\WinPython prompt.lnk" "${APP_INSTDIR}\hspy_scripts\cmd.bat" "" "${APP_INSTDIR}\hspy_scripts\cmd.ico" 0 CreateShortCut "$SMPROGRAMS\${APPNAME}\Python prompt.lnk" "${APP_INSTDIR}\hspy_scripts\python.bat" "" "${APP_INSTDIR}\hspy_scripts\python.ico" 0 - CreateShortCut "$SMPROGRAMS\${APPNAME}\Spyder IDE.lnk" "${APP_INSTDIR}\hspy_scripts\spyder.bat" "" "${APP_INSTDIR}\${PYTHON_FOLDER}\Scripts\spyder.ico" 0 + CreateShortCut "$SMPROGRAMS\${APPNAME}\Spyder IDE.lnk" "${APP_INSTDIR}\hspy_scripts\spyder.bat" "" "${APP_INSTDIR}\${PYTHON_FOLDER}\share\icons\spyder3.png" 0 CreateShortCut "$SMPROGRAMS\${APPNAME}\WinPython Control Panel.lnk" "${APP_INSTDIR}\WinPython Control Panel.exe" "" CreateShortCut "$SMPROGRAMS\${APPNAME}\Uninstall ${APPNAME}.lnk" "${UNINSTALLER_FULLPATH}" "/MODE=$InstMode"