mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 12:24:22 -05:00
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:
parent
79e45e7d37
commit
5f011b30bd
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user