Mercurial > hg > tony
changeset 566:dfd28360f600
File association fix
author | Chris Cannam |
---|---|
date | Mon, 18 Feb 2019 20:26:36 +0000 |
parents | 4f79d96d8219 |
children | dd344309667f |
files | deploy/win64/tony.wxs |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/win64/tony.wxs Mon Feb 18 17:23:04 2019 +0000 +++ b/deploy/win64/tony.wxs Mon Feb 18 20:26:36 2019 +0000 @@ -91,8 +91,8 @@ </Component> <Component Win64="yes" - Id="SVFileAssociation" - Guid="F07C5CC1-0209-4C1A-8D52-C40B50A2B964"> + Id="TonyFileAssociation" + Guid="8ec2bed5-74fe-4f9c-af31-109fc86f16dc"> <CreateFolder/> @@ -273,6 +273,7 @@ <ComponentRef Id="pYin"/> <ComponentRef Id="CHP"/> <ComponentRef Id="MainExecutable"/> + <ComponentRef Id="TonyFileAssociation"/> <ComponentRef Id="Sndfile"/> <ComponentRef Id="Qt5"/> <ComponentRef Id="VCRuntime"/>