finishpage run/showreadme fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1849 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bcb7a623f1
commit
3650a97f2a
1 changed files with 2 additions and 2 deletions
|
@ -1133,7 +1133,7 @@
|
|||
|
||||
StrCmp ${MUI_TEMP1} "1" "" +3
|
||||
StrCpy ${MUI_TEMP1} "${MUI_FINISHPAGE_RUN}"
|
||||
ExecShell "open" '"${MUI_TEMP1}"'
|
||||
Exec "$\"${MUI_TEMP1}$\""
|
||||
|
||||
!ifdef MUI_FINISHPAGE_SHOWREADME
|
||||
|
||||
|
@ -1141,7 +1141,7 @@
|
|||
|
||||
StrCmp ${MUI_TEMP1} "1" "" +3
|
||||
StrCpy ${MUI_TEMP1} ${MUI_FINISHPAGE_SHOWREADME}
|
||||
ExecShell "open" '"${MUI_TEMP1}"'
|
||||
ExecShell "open" "$\"${MUI_TEMP1}$\""
|
||||
|
||||
!endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue