mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
update installer script
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4036 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0c22066d3d
commit
acf536317f
@ -2,7 +2,7 @@
|
||||
|
||||
; Define your application name
|
||||
!define APPNAME "RetroShare"
|
||||
!define VERSION "0.5.1"
|
||||
!define VERSION "0.5.1 RC 4035"
|
||||
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
||||
!define QTBASE "D:\qt\2010.01"
|
||||
|
||||
@ -246,6 +246,7 @@ Section $(sec_main) sec_main
|
||||
; Set Section Files and Shortcuts
|
||||
SetOutPath "$INSTDIR\"
|
||||
File /r "release\RetroShare.exe"
|
||||
File /r "release\retroshare-nogui.exe"
|
||||
File /r "D:\Qt\2010.01\mingw\bin\mingwm10.dll"
|
||||
File /r "D:\Qt\2010.01\qt\bin\QtCore4.dll"
|
||||
File /r "D:\Qt\2010.01\qt\bin\QtGui4.dll"
|
||||
@ -260,7 +261,7 @@ Section $(sec_main) sec_main
|
||||
File /r "release\libgpg-error-0.dll"
|
||||
File /r "release\libgpgme-11.dll"
|
||||
File /r "changelog.txt"
|
||||
File /r "release\bdboot.txt"
|
||||
File /r /x Data "release\bdboot.txt"
|
||||
|
||||
|
||||
SectionEnd
|
||||
@ -282,6 +283,10 @@ Section $(sec_data) sec_data
|
||||
SetOutPath "$INSTDIR\qss\"
|
||||
File /r /x .svn qss\*.*
|
||||
|
||||
; Set Section sounds and exclude svn
|
||||
SetOutPath "$INSTDIR\sounds\"
|
||||
File /r /x .svn sounds\*.*
|
||||
|
||||
; Set Section skin
|
||||
; SetOutPath "$INSTDIR\skin\"
|
||||
; File /r release\skin\*.*
|
||||
|
Loading…
Reference in New Issue
Block a user