update installer script and changelog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@987 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-02-03 17:03:09 +00:00
parent e36aee2663
commit 10ce95c0a2
2 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,4 @@
Changes for v0.4.12
Changes for v0.4.12a
* Removed streching for Remote Directories
* Added icon Label for Messages Toaster

View File

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