Commit a03bf888 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

updated windows installer

parent caf39bc7
......@@ -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"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment