Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
a03bf888
Commit
a03bf888
authored
May 30, 2011
by
Max-Wilhelm Bruker
Browse files
updated windows installer
parent
caf39bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
nsis/cockatrice.nsi
View file @
a03bf888
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment