Add moods to NSIS.

This commit is contained in:
js 2008-07-23 00:45:04 +00:00
parent e952be87fd
commit 9832095042
1 changed files with 2 additions and 0 deletions

View File

@ -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"