contrib/packaging/hgpackaging/py2exe.py
changeset 43736 640bae94f2f3
parent 43623 94eac340d212
child 43749 c7fc2d92067e
--- a/contrib/packaging/hgpackaging/py2exe.py	Fri Nov 22 21:42:04 2019 +0900
+++ b/contrib/packaging/hgpackaging/py2exe.py	Thu Nov 21 23:35:29 2019 -0500
@@ -44,7 +44,7 @@
     ('dist/python*.dll', './'),
     ('doc/*.html', 'doc/'),
     ('doc/style.css', 'doc/'),
-    ('mercurial/help/**/*.txt', 'help/'),
+    ('mercurial/helptext/**/*.txt', 'helptext/'),
     ('mercurial/default.d/*.rc', 'hgrc.d/'),
     ('mercurial/locale/**/*', 'locale/'),
     ('mercurial/templates/**/*', 'Templates/'),