win32: it is no longer necessary to bundle patch.exe
authorSteve Borho <steve@borho.org>
Fri, 07 Dec 2007 18:18:11 -0600
changeset 5624 3da5ff2a9b11
parent 5623 f22708f50213
child 5625 876acbe2f856
win32: it is no longer necessary to bundle patch.exe Mercurial can use it's built-in mpatch library
contrib/win32/mercurial.iss
--- a/contrib/win32/mercurial.iss	Fri Dec 07 18:15:24 2007 -0600
+++ b/contrib/win32/mercurial.iss	Fri Dec 07 18:18:11 2007 -0600
@@ -34,7 +34,6 @@
 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
 Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local')
 Source: dist\library.zip; DestDir: {app}
-Source: dist\patch.exe; DestDir: {app}
 Source: dist\mfc71.dll; DestDir: {app}
 Source: dist\msvcr71.dll; DestDir: {app}
 Source: dist\w9xpopen.exe; DestDir: {app}