Skip to content

Commit

Permalink
Merged revision r6414 into the 2.1_rc2 tag via svnmerge from trunk
Browse files Browse the repository at this point in the history
........
  r6414 | muggenhor | 2008-11-30 19:05:27 +0100 (zo, 30 nov 2008) | 1 line
  
  music_1.0.wz got renamed to community-music_1.0.wz so update the URL in the installer
........

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/tags/2.1_rc2@6416 4a71c877-e1ca-e34f-864e-861f7616d084
  • Loading branch information
Giel van Schijndel committed Nov 30, 2008
1 parent 5335783 commit 11b7f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/nsis/warzone2100.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ Section $(TEXT_SecMusicMod) SecMusicMod

SetOutPath "$INSTDIR\mods\global\autoload"

NSISdl::download "http://download.gna.org/warzone/releases/mods/music_1.0.AUTHORS" "music_1.0.AUTHORS.txt"
NSISdl::download "http://download.gna.org/warzone/releases/mods/music_1.0.wz" "music_1.0.wz"
NSISdl::download "http://download.gna.org/warzone/releases/mods/community-music_1.0.AUTHORS" "music_1.0.AUTHORS.txt"
NSISdl::download "http://download.gna.org/warzone/releases/mods/community-music_1.0.wz" "music_1.0.wz"
Pop $R0 ; Get the return value
StrCmp $R0 "success" +2
MessageBox MB_OK|MB_ICONSTOP "Download of Music mod failed: $R0"
Expand Down

0 comments on commit 11b7f88

Please sign in to comment.