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