From a03bf8884f3469f3e9a09d9fcde61d6c4725a781 Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Mon, 30 May 2011 23:36:38 +0200 Subject: [PATCH] updated windows installer --- nsis/cockatrice.nsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nsis/cockatrice.nsi b/nsis/cockatrice.nsi index 6e182a60..8c4c31a6 100644 --- a/nsis/cockatrice.nsi +++ b/nsis/cockatrice.nsi @@ -40,6 +40,7 @@ Section "Application" SecApplication File data\QtNetwork4.dll File data\QtSvg4.dll File data\QtXml4.dll + File data\QtMultimedia4.dll SetOutPath "$INSTDIR\zonebg" File /r ..\zonebg\*.* @@ -47,6 +48,9 @@ Section "Application" SecApplication SetOutPath "$INSTDIR\plugins" File /r data\plugins\*.* + SetOutPath "$INSTDIR\sounds" + File /r ..\sounds\*.* + SetOutPath "$INSTDIR\pics" SetOutPath "$INSTDIR\decks" @@ -77,6 +81,7 @@ SectionEnd Section Uninstall RMDir /r "$INSTDIR\zonebg" RMDir /r "$INSTDIR\plugins" + RMDir /r "$INSTDIR\sounds" RMDir "$INSTDIR\decks" RMDir /r "$INSTDIR\pics\downloadedPics" RMDir "$INSTDIR\pics"