diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 816f7b6b..26f3d019 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -291,7 +291,7 @@ Push ${MUI_TEMP1} StrCpy ${MUI_TEMP1} ${MUI_STARTMENU_VARIABLE} 1 - StrCmp ${MUI_TEMP1} "^" no_startmenu_shortcuts + StrCmp ${MUI_TEMP1} ">" no_startmenu_shortcuts Pop ${MUI_TEMP1}