Show More
@@ -128,7 +128,7 b' def build_py2exe(source_dir: pathlib.Pat' | |||
|
128 | 128 | print('building Mercurial') |
|
129 | 129 | subprocess.run( |
|
130 | 130 | [str(venv_python), 'setup.py', |
|
131 | 'py2exe', '-b', '3' if vc_x64 else '2', | |
|
131 | 'py2exe', | |
|
132 | 132 | 'build_doc', '--html'], |
|
133 | 133 | cwd=str(source_dir), |
|
134 | 134 | env=env, |
@@ -71,10 +71,8 b' Source: contrib\\hgweb.wsgi; DestDir: {ap' | |||
|
71 | 71 | Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme |
|
72 | 72 | Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt |
|
73 | 73 | Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local') |
|
74 | #if ARCH == "x64" | |
|
75 | 74 | Source: dist\lib\*.dll; Destdir: {app}\lib |
|
76 | 75 | Source: dist\lib\*.pyd; Destdir: {app}\lib |
|
77 | #endif | |
|
78 | 76 | Source: dist\python*.dll; Destdir: {app}; Flags: skipifsourcedoesntexist |
|
79 | 77 | Source: dist\msvc*.dll; DestDir: {app}; Flags: skipifsourcedoesntexist |
|
80 | 78 | Source: dist\Microsoft.VC*.CRT.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist |
General Comments 0
You need to be logged in to leave comments.
Login now