[Spambayes-checkins] spambayes/windows spambayes.iss,1.9,1.10

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Feb 16 03:16:57 EST 2004


Update of /cvsroot/spambayes/spambayes/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11667/windows

Modified Files:
	spambayes.iss 
Log Message:
Damn - I was sure that I did this before, and I really wanted this in 0.9.  Oh well.

Include a binary for pop3dnd in the installer, since it works now, so that I can suggest
that people try it out when they ask about training on the list (to get it tested a bit wider,
before it's available as an install option).

Index: spambayes.iss
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/spambayes.iss,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** spambayes.iss	9 Feb 2004 22:44:58 -0000	1.9
--- spambayes.iss	16 Feb 2004 08:16:39 -0000	1.10
***************
*** 29,32 ****
--- 29,33 ----
  
  Source: "py2exe\dist\bin\sb_server.exe"; DestDir: "{app}\bin"; Check: InstallingProxy; Flags: ignoreversion
+ Source: "py2exe\dist\bin\sb_pop3dnd.exe"; DestDir: "{app}\bin"; Check: InstallingProxy; Flags: ignoreversion
  Source: "py2exe\dist\bin\sb_tray.exe"; DestDir: "{app}\bin"; Check: InstallingProxy; Flags: ignoreversion
  Source: "py2exe\dist\bin\sb_upload.exe"; DestDir: "{app}\bin"; Check: InstallingProxy; Flags: ignoreversion




More information about the Spambayes-checkins mailing list