Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-07-23 04:45:04 +0400
committerjs <js-gajim@webkeks.org>2008-07-23 04:45:04 +0400
commit98320950423c04bad55c38690d966b90196db097 (patch)
tree602880ebdd69cb5607eed4a323e20347495910da
parente952be87fd200033662d9cd5b4b274d687955698 (diff)
Add moods to NSIS.
-rw-r--r--gajim.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gajim.nsi b/gajim.nsi
index adffdfd2d..e4084fc51 100644
--- a/gajim.nsi
+++ b/gajim.nsi
@@ -181,6 +181,7 @@ Section "Gajim" SecGajim
SetOutPath "$INSTDIR\data"
File /r "data\glade"
+ File /r "data\moods"
File /r "data\other"
File /r "data\pixmaps"
File /r "data\sounds"
@@ -506,6 +507,7 @@ Section "Uninstall"
Delete "$INSTDIR\bin\zlib1.dll"
RMDir "$INSTDIR\bin"
RMDir /r "$INSTDIR\data\glade"
+ RMDir /r "$INSTDIR\data\moods"
RMDir /r "$INSTDIR\data\other"
RMDir /r "$INSTDIR\data\pixmaps"
RMDir /r "$INSTDIR\data\sounds"