updated windows installer
This commit is contained in:
parent
caf39bc7d3
commit
a03bf8884f
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,7 @@ Section "Application" SecApplication
|
||||||
File data\QtNetwork4.dll
|
File data\QtNetwork4.dll
|
||||||
File data\QtSvg4.dll
|
File data\QtSvg4.dll
|
||||||
File data\QtXml4.dll
|
File data\QtXml4.dll
|
||||||
|
File data\QtMultimedia4.dll
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\zonebg"
|
SetOutPath "$INSTDIR\zonebg"
|
||||||
File /r ..\zonebg\*.*
|
File /r ..\zonebg\*.*
|
||||||
|
@ -47,6 +48,9 @@ Section "Application" SecApplication
|
||||||
SetOutPath "$INSTDIR\plugins"
|
SetOutPath "$INSTDIR\plugins"
|
||||||
File /r data\plugins\*.*
|
File /r data\plugins\*.*
|
||||||
|
|
||||||
|
SetOutPath "$INSTDIR\sounds"
|
||||||
|
File /r ..\sounds\*.*
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\pics"
|
SetOutPath "$INSTDIR\pics"
|
||||||
SetOutPath "$INSTDIR\decks"
|
SetOutPath "$INSTDIR\decks"
|
||||||
|
|
||||||
|
@ -77,6 +81,7 @@ SectionEnd
|
||||||
Section Uninstall
|
Section Uninstall
|
||||||
RMDir /r "$INSTDIR\zonebg"
|
RMDir /r "$INSTDIR\zonebg"
|
||||||
RMDir /r "$INSTDIR\plugins"
|
RMDir /r "$INSTDIR\plugins"
|
||||||
|
RMDir /r "$INSTDIR\sounds"
|
||||||
RMDir "$INSTDIR\decks"
|
RMDir "$INSTDIR\decks"
|
||||||
RMDir /r "$INSTDIR\pics\downloadedPics"
|
RMDir /r "$INSTDIR\pics\downloadedPics"
|
||||||
RMDir "$INSTDIR\pics"
|
RMDir "$INSTDIR\pics"
|
||||||
|
|
Loading…
Reference in a new issue