Show More
@@ -1262,8 +1262,10 b' if py2exeloaded:' | |||||
1262 | {'script':'hg', |
|
1262 | {'script':'hg', | |
1263 | 'copyright':'Copyright (C) 2005-2019 Matt Mackall and others', |
|
1263 | 'copyright':'Copyright (C) 2005-2019 Matt Mackall and others', | |
1264 | 'product_version':version}] |
|
1264 | 'product_version':version}] | |
1265 |
# |
|
1265 | # Sub command of 'build' because 'py2exe' does not handle sub_commands. | |
1266 | build.sub_commands.insert(0, ('build_hgextindex', None)) |
|
1266 | # Need to override hgbuild because it has a private copy of | |
|
1267 | # build.sub_commands. | |||
|
1268 | hgbuild.sub_commands.insert(0, ('build_hgextindex', None)) | |||
1267 | # put dlls in sub directory so that they won't pollute PATH |
|
1269 | # put dlls in sub directory so that they won't pollute PATH | |
1268 | extra['zipfile'] = 'lib/library.zip' |
|
1270 | extra['zipfile'] = 'lib/library.zip' | |
1269 |
|
1271 |
General Comments 0
You need to be logged in to leave comments.
Login now