From 5d4901c3c59eb52faefe2fadf1531a1873c76354 Mon Sep 17 00:00:00 2001 From: defnax Date: Thu, 30 Aug 2012 14:43:56 +0000 Subject: [PATCH] update installer script, to install Bubble Chat style git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5487 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/retroshare.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/retroshare.nsi b/retroshare-gui/src/retroshare.nsi index fbdcff439..5a6102cc7 100644 --- a/retroshare-gui/src/retroshare.nsi +++ b/retroshare-gui/src/retroshare.nsi @@ -344,8 +344,8 @@ Section $(sec_data) sec_data ;File /r emoticons\*.* ; Add Chat Style - ;SetOutPath "$INSTDIR\style\" - ;File /r style\*.* + SetOutPath "$APPDATA\RetroShare\stylesheets\" + File /r gui\qss\chat\bubble SectionEnd