mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
e36aee2663
commit
10ce95c0a2
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user