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
a52d7745
Commit
a52d7745
authored
Mar 11, 2014
by
Mark Morschhäuser
Browse files
Updated NSIS installer.
parent
a7c957df
Changes
1
Hide whitespace changes
Inline
Side-by-side
nsis/cockatrice.nsi
View file @
a52d7745
...
@@ -35,34 +35,31 @@ InstallDir "$PROGRAMFILES\Cockatrice"
...
@@ -35,34 +35,31 @@ InstallDir "$PROGRAMFILES\Cockatrice"
Section "Application" SecApplication
Section "Application" SecApplication
SetOutPath "$INSTDIR"
SetOutPath "$INSTDIR"
File ..\build\cockatrice\cockatrice.exe
File ..\build\cockatrice\
Release\
cockatrice.exe
File ..\build\oracle\oracle.exe
File ..\build\oracle\
Release\
oracle.exe
File ..\doc\usermanual\Usermanual.pdf
File ..\doc\usermanual\Usermanual.pdf
File C:\MinGW\bin\libstdc++-6.dll
File ..\build\protobuf-2.5.0\protobuf-2.5.0\vsprojects\Release\libprotobuf.lib
File C:\MinGW\bin\libgcc_s_dw2-1.dll
File C:\Qt\4.8.5\bin\QtCore4.dll
File C:\MinGW\bin\mingwm10.dll
File C:\Qt\4.8.5\bin\QtGui4.dll
File C:\MinGW\bin\libprotobuf-8.dll
File C:\Qt\4.8.5\bin\QtNetwork4.dll
File C:\Qt\4.8.4\bin\QtCore4.dll
File C:\Qt\4.8.5\bin\QtSvg4.dll
File C:\Qt\4.8.4\bin\QtGui4.dll
File C:\Qt\4.8.5\bin\QtXml4.dll
File C:\Qt\4.8.4\bin\QtNetwork4.dll
File C:\Qt\4.8.5\bin\QtMultimedia4.dll
File C:\Qt\4.8.4\bin\QtSvg4.dll
File C:\Qt\4.8.4\bin\QtXml4.dll
File C:\Qt\4.8.4\bin\QtMultimedia4.dll
SetOutPath "$INSTDIR\zonebg"
SetOutPath "$INSTDIR\zonebg"
File /r ..\zonebg\*.*
File /r ..\zonebg\*.*
SetOutPath "$INSTDIR\plugins"
SetOutPath "$INSTDIR\plugins"
SetOutPath "$INSTDIR\plugins\codecs"
SetOutPath "$INSTDIR\plugins\codecs"
File C:\Qt\4.8.
4
\plugins\codecs\qcncodecs4.dll
File C:\Qt\4.8.
5
\plugins\codecs\qcncodecs4.dll
File C:\Qt\4.8.
4
\plugins\codecs\qjpcodecs4.dll
File C:\Qt\4.8.
5
\plugins\codecs\qjpcodecs4.dll
File C:\Qt\4.8.
4
\plugins\codecs\qkrcodecs4.dll
File C:\Qt\4.8.
5
\plugins\codecs\qkrcodecs4.dll
File C:\Qt\4.8.
4
\plugins\codecs\qtwcodecs4.dll
File C:\Qt\4.8.
5
\plugins\codecs\qtwcodecs4.dll
SetOutPath "$INSTDIR\plugins\iconengines"
SetOutPath "$INSTDIR\plugins\iconengines"
File C:\Qt\4.8.
4
\plugins\iconengines\qsvgicon4.dll
File C:\Qt\4.8.
5
\plugins\iconengines\qsvgicon4.dll
SetOutPath "$INSTDIR\plugins\imageformats"
SetOutPath "$INSTDIR\plugins\imageformats"
File C:\Qt\4.8.
4
\plugins\imageformats\qjpeg4.dll
File C:\Qt\4.8.
5
\plugins\imageformats\qjpeg4.dll
File C:\Qt\4.8.
4
\plugins\imageformats\qsvg4.dll
File C:\Qt\4.8.
5
\plugins\imageformats\qsvg4.dll
SetOutPath "$INSTDIR\sounds"
SetOutPath "$INSTDIR\sounds"
File /r ..\sounds\*.*
File /r ..\sounds\*.*
...
...
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