diff gaim-installer.nsi @ 15083:133af8458cbd

[gaim-migrate @ 17868] wingaim build process no longer needs to re-build everything for the non-debug version. `make -f Makefile.mingw installers` will now produce the "regular", "no-gtk" and "debug" installers. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 01 Dec 2006 20:02:32 +0000
parents 7ca4a6820154
children 0f5124855240
line wrap: on
line diff
--- a/gaim-installer.nsi	Fri Dec 01 09:47:20 2006 +0000
+++ b/gaim-installer.nsi	Fri Dec 01 20:02:32 2006 +0000
@@ -424,7 +424,7 @@
     SetOutPath "$INSTDIR"
     ; Gaim files
     SetOverwrite on
-    File /r .\win32-install-dir\*.*
+    File /r ${GAIM_INSTALL_DIR}\*.*
     !ifdef DEBUG
     File "${GAIM_INSTALLER_DEPS}\exchndl.dll"
     !endif