git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3421 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2004-01-26 16:33:40 +00:00
parent 2e29bc806f
commit 88fd4b000b
3 changed files with 3 additions and 3 deletions

View file

@ -500,7 +500,7 @@ Section ""
MessageBox MB_YESNO|MB_ICONQUESTION "A new release is available. Would you like to go to the download page?" IDNO done
SetDetailsPrint none
ExecShell "open" "http://nsis.sourceforge.net/site/Download.6.0.html"
ExecShell "open" "http://nsis.sourceforge.net/download/"
Goto done
CVS: