Mercurial > hg-stable
changeset 15764:c8cd3c4bf9a4 stable
wix: add map-commandline.bisect
author | Steve Borho <steve@borho.org> |
---|---|
date | Mon, 02 Jan 2012 20:52:16 -0600 |
parents | c8ea040bc1af |
children | 1ef46bcd76f8 |
files | contrib/wix/guids.wxi contrib/wix/templates.wxs |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/wix/guids.wxi Sun Jan 01 13:46:50 2012 -0600 +++ b/contrib/wix/guids.wxi Mon Jan 02 20:52:16 2012 -0600 @@ -24,7 +24,7 @@ <?define i18nFolder.guid = {EADFA693-A0B5-4f31-87C9-3997CFAC1B42} ?> <!-- templates.wxs --> - <?define templates.root.guid = {111509CB-4C96-4035-80BC-F66A99CD5ACB} ?> + <?define templates.root.guid = {8DF97574-33E9-412F-8414-65B48BB18783} ?> <?define templates.atom.guid = {AB5D2908-BC95-44BE-9D79-069EF43D93E2} ?> <?define templates.coal.guid = {B63CCAAB-4EAF-43b4-901E-4BD13F5B78FC} ?> <?define templates.gitweb.guid = {6A33D168-F84E-45AA-912C-23CAC2D66BCA} ?>
--- a/contrib/wix/templates.wxs Sun Jan 01 13:46:50 2012 -0600 +++ b/contrib/wix/templates.wxs Mon Jan 02 20:52:16 2012 -0600 @@ -31,6 +31,7 @@ <File Name="map-cmdline.changelog" KeyPath="yes" /> <File Name="map-cmdline.compact" /> <File Name="map-cmdline.default" /> + <File Name="map-cmdline.bisect" /> <File Name="map-cmdline.xml" /> <File Name="template-vars.txt" /> </Component>