Finish page run command with spaces now works
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1825 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a7b376a0b6
commit
a7a8eb2cc8
1 changed files with 1 additions and 1 deletions
|
@ -1132,7 +1132,7 @@
|
|||
!insertmacro MUI_INSTALLOPTIONS_READ ${MUI_TEMP1} "ioSpecial.ini" "Field 4" "State"
|
||||
|
||||
StrCmp ${MUI_TEMP1} "1" "" +3
|
||||
StrCpy ${MUI_TEMP1} ${MUI_FINISHPAGE_RUN}
|
||||
StrCpy ${MUI_TEMP1} "${MUI_FINISHPAGE_RUN}"
|
||||
ExecShell "open" '"${MUI_TEMP1}"'
|
||||
|
||||
!ifdef MUI_FINISHPAGE_SHOWREADME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue