update nsi script

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@971 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-02-01 17:29:31 +00:00
parent 79e45e7d37
commit 5f011b30bd

View File

@ -2,7 +2,7 @@
; Define your application name
!define APPNAME "RetroShare"
!define VERSION "0.4.11d"
!define VERSION "0.4.12"
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
; Main Install settings
@ -143,8 +143,13 @@ Section $(sec_main) sec_main
; Set Section Files and Shortcuts
SetOutPath "$INSTDIR\"
File /r "release\RetroShare.exe"
File /r "release\mingwm10.dll"
File /r "RetroShare.exe"
File /r "mingwm10.dll"
File /r "pthreadGCE2.dll"
File /r "QtCore4.dll"
File /r "QtGui4.dll"
File /r "QtNetwork4.dll"
File /r "QtXml4.dll"
File /r "changelog.txt"