Skip to content
Snippets Groups Projects
Commit 31cb6435 authored by js's avatar js
Browse files

Add activities to NSIS.

parent c078f11f
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,7 @@ Section "Gajim" SecGajim
SetOutPath "$INSTDIR\data"
File /r "data\glade"
File /r "data\moods"
File /r "data\activities"
File /r "data\other"
File /r "data\pixmaps"
File /r "data\sounds"
......@@ -667,6 +668,7 @@ Section "Uninstall"
RMDir "$INSTDIR\bin"
RMDir /r "$INSTDIR\data\glade"
RMDir /r "$INSTDIR\data\moods"
RMDir /r "$INSTDIR\data\activities"
RMDir /r "$INSTDIR\data\other"
RMDir /r "$INSTDIR\data\pixmaps"
RMDir /r "$INSTDIR\data\sounds"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment