Add track3.ogg to the NSIS installer.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@10910 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2010-06-03 20:11:33 +00:00 committed by Git SVN Gateway
parent 12e6a584dd
commit 12cee1fc89
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,7 @@ Section $(TEXT_SecBase) SecBase
File "${TOP_SRCDIR}\data\music\menu.ogg"
File "${TOP_SRCDIR}\data\music\track1.ogg"
File "${TOP_SRCDIR}\data\music\track2.ogg"
File "${TOP_SRCDIR}\data\music\track3.ogg"
File "${TOP_SRCDIR}\data\music\music.wpl"
SetOutPath "$INSTDIR\styles"
@ -696,6 +697,7 @@ Section "Uninstall"
Delete "$INSTDIR\music\menu.ogg"
Delete "$INSTDIR\music\track1.ogg"
Delete "$INSTDIR\music\track2.ogg"
Delete "$INSTDIR\music\track3.ogg"
Delete "$INSTDIR\music\music.wpl"
RMDir "$INSTDIR\music"