From 1b06c0b850c99542d65f8dec6e5a012ef59df073 Mon Sep 17 00:00:00 2001 From: defnax Date: Sun, 16 Nov 2008 13:48:20 +0000 Subject: [PATCH] changend path of qss,style and emoticons git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@812 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/retroshare.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/retroshare-gui/src/retroshare.nsi b/retroshare-gui/src/retroshare.nsi index 9cae6504a..6b3dd3119 100644 --- a/retroshare-gui/src/retroshare.nsi +++ b/retroshare-gui/src/retroshare.nsi @@ -163,7 +163,7 @@ Section $(sec_data) sec_data ; We're not ready for external skins... ; Set Section qss need to remove svn path SetOutPath "$INSTDIR\qss\" - File /r release\qss\*.* + File /r qss\*.* ; Set Section emoticons need to remove svn path ; SetOutPath "$INSTDIR\emoticons\" @@ -175,11 +175,11 @@ Section $(sec_data) sec_data ; Add emoticons SetOutPath "$INSTDIR\emoticons\kopete\" - File /r release\emoticons\kopete\*.* + File /r emoticons\kopete\*.* ; Add Chat Style SetOutPath "$INSTDIR\style\" - File /r release\style\*.* + File /r style\*.* SectionEnd