Exclude the Gtk directory in the win32-install-dir from being included in the installer. release-2.x.y

Tue, 11 Sep 2012 23:18:23 -0400

author
Daniel Atallah <datallah@pidgin.im>
date
Tue, 11 Sep 2012 23:18:23 -0400
branch
release-2.x.y
changeset 33395
722813575d5f
parent 33391
e56515365c37
child 33396
d0ec164c8f20

Exclude the Gtk directory in the win32-install-dir from being included in the installer.

pidgin/win32/nsis/pidgin-installer.nsi file | annotate | diff | comparison | revisions
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Tue Sep 11 22:04:23 2012 -0400
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Tue Sep 11 23:18:23 2012 -0400
@@ -328,7 +328,7 @@
     Delete "$INSTDIR\plugins\liboscar.dll"
     Delete "$INSTDIR\plugins\libjabber.dll"
 
-    File /r /x locale ..\..\..\${PIDGIN_INSTALL_DIR}\*.*
+    File /r /x locale /x Gtk ..\..\..\${PIDGIN_INSTALL_DIR}\*.*
 
     ; Check if Perl is installed, if so add it to the AppPaths
     ReadRegStr $R2 HKLM ${PERL_REG_KEY} ""

mercurial