# HG changeset patch # User Chris Cannam # Date 1528201948 -3600 # Node ID fdcd956b5d3241153ece4fc667ce1802f9848fd7 # Parent da678ff18fb05e72ce80ab0e1023673944893242 Further tidying, and error handling, for Windows build scripting diff -r da678ff18fb0 -r fdcd956b5d32 .appveyor.yml --- a/.appveyor.yml Thu May 24 17:30:02 2018 +0100 +++ b/.appveyor.yml Tue Jun 05 13:32:28 2018 +0100 @@ -13,6 +13,6 @@ - ps: '"code.soundsoftware.ac.uk = code.soundsoftware.ac.uk:fingerprints=sha256:64:75:f6:47:15:de:b4:51:ea:96:e2:f4:8a:f5:53:a5:11:c8:dd:82:73:5d:bd:54:18:cb:c8:9d:10:37:28:85" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' build_script: - - deploy\win64\complete-build.bat + - deploy\win64\build-and-package.bat diff -r da678ff18fb0 -r fdcd956b5d32 deploy/win32/sonic-visualiser.wxs --- a/deploy/win32/sonic-visualiser.wxs Thu May 24 17:30:02 2018 +0100 +++ b/deploy/win32/sonic-visualiser.wxs Tue Jun 05 13:32:28 2018 +0100 @@ -39,7 +39,7 @@ - + @@ -92,6 +92,8 @@ Id="SVFileAssociation" Guid="DC6B3DD1-46DE-47FC-90FB-D8ACD5D1A88A"> + + + @@ -97,6 +98,8 @@ Id="SVFileAssociation" Guid="F07C5CC1-0209-4C1A-8D52-C40B50A2B964"> + + - -