From 7aa93ec9c0a78ef21534af3733d64b1edb35914a Mon Sep 17 00:00:00 2001 From: defnax Date: Thu, 5 Feb 2009 17:02:19 +0000 Subject: [PATCH] update script git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1011 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/retroshare-process.nsi | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/retroshare-process.nsi b/retroshare-gui/src/retroshare-process.nsi index 5fb058752..d853f8461 100644 --- a/retroshare-gui/src/retroshare-process.nsi +++ b/retroshare-gui/src/retroshare-process.nsi @@ -258,9 +258,14 @@ Section $(sec_main) sec_main ; Set Section Files and Shortcuts SetOutPath "$INSTDIR\" File /r "release\RetroShare.exe" - File /r "mingwm10.dll" + File /r "D:\MinGW\bin\mingwm10.dll" + File /r "pthreadGCE2.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" - SectionEnd