##// END OF EJS Templates
merge with crew-stable
Dirkjan Ochtman -
r6792:b2c4be19 merge default
parent child Browse files
Show More
@@ -2,7 +2,7 b''
2 2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3 3
4 4 [Setup]
5 AppCopyright=Copyright 2005-2007 Matt Mackall and others
5 AppCopyright=Copyright 2005-2008 Matt Mackall and others
6 6 AppName=Mercurial
7 7 AppVerName=Mercurial snapshot
8 8 InfoAfterFile=contrib/win32/postinstall.txt
@@ -18,7 +18,7 b' OutputBaseFilename=Mercurial-snapshot'
18 18 DefaultDirName={pf}\Mercurial
19 19 SourceDir=..\..
20 20 VersionInfoDescription=Mercurial distributed SCM
21 VersionInfoCopyright=Copyright 2005-2007 Matt Mackall and others
21 VersionInfoCopyright=Copyright 2005-2008 Matt Mackall and others
22 22 VersionInfoCompany=Matt Mackall and others
23 23 InternalCompressLevel=max
24 24 SolidCompression=true
@@ -129,7 +129,7 b" setup(name='mercurial',"
129 129 [os.path.join(root, file_) for file_ in files])
130 130 for root, dirs, files in os.walk('templates')],
131 131 cmdclass=cmdclass,
132 options=dict(py2exe=dict(packages=['hgext']),
132 options=dict(py2exe=dict(packages=['hgext', 'email']),
133 133 bdist_mpkg=dict(zipdist=True,
134 134 license='COPYING',
135 135 readme='contrib/macosx/Readme.html',
General Comments 0
You need to be logged in to leave comments. Login now