Mercurial > hg > easyhg
diff deploy/win32/easyhg.wxs @ 693:b939bdac0643
Add a missing package
author | Chris Cannam |
---|---|
date | Mon, 10 Dec 2018 15:04:52 +0000 |
parents | a74515f1c6e8 |
children | 6a3d38b7f672 |
line wrap: on
line diff
--- a/deploy/win32/easyhg.wxs Mon Dec 10 14:45:17 2018 +0000 +++ b/deploy/win32/easyhg.wxs Mon Dec 10 15:04:52 2018 +0000 @@ -330,6 +330,17 @@ </Component> </Directory> + <Directory Id="enum" Name="enum"> + <Component + Id="pyenum" + Guid="e8143d4a-69c9-4f18-bdf4-2e187d6f71da"> + <File + Id="pyenuminit" + Name="__init__.py" + Source="enum\__init__.py" /> + </Component> + </Directory> + <Component Id="kdiff3" Guid="6BA0CB20-F426-42AB-A95A-615A4FF87752"> @@ -419,6 +430,7 @@ <ComponentRef Id="HelperScripts"/> <ComponentRef Id="Qt5"/> <ComponentRef Id="pyqtlibs"/> + <ComponentRef Id="pyenum"/> <ComponentRef Id="hgexec"/> <ComponentRef Id="hglibs"/> <ComponentRef Id="crypto"/>