From acf536317fb1000a415485a734b371fa1309703c Mon Sep 17 00:00:00 2001 From: defnax Date: Sat, 12 Feb 2011 11:43:52 +0000 Subject: [PATCH] update installer script git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4036 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/retroshare.nsi | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/retroshare.nsi b/retroshare-gui/src/retroshare.nsi index 30124da1e..4ffddc2da 100644 --- a/retroshare-gui/src/retroshare.nsi +++ b/retroshare-gui/src/retroshare.nsi @@ -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\*.*