From 6a45cb7687de57056532fe897a708435deec2ea3 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Fri, 9 Sep 2022 21:21:55 -0400 Subject: Update hashes are now hex strings. Fixes https://github.com/wixtoolset/issues/issues/6901. --- src/api/burn/WixToolset.Mba.Core/IEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/burn/WixToolset.Mba.Core/IEngine.cs') diff --git a/src/api/burn/WixToolset.Mba.Core/IEngine.cs b/src/api/burn/WixToolset.Mba.Core/IEngine.cs index 3e636961..2b9a90e0 100644 --- a/src/api/burn/WixToolset.Mba.Core/IEngine.cs +++ b/src/api/burn/WixToolset.Mba.Core/IEngine.cs @@ -142,7 +142,7 @@ namespace WixToolset.Mba.Core /// Size of the expected update. /// Type of the hash expected on the update. /// Optional hash expected for the update. - void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, byte[] hash); + void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, string hash); /// /// Sets the URL to the update feed. -- cgit v1.2.3-55-g6feb