diff options
author | Bob Arnson <bob@firegiant.com> | 2025-04-04 19:19:56 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2025-04-04 20:10:19 -0400 |
commit | 717ac8183b04da445b751865deb40330e5da87c3 (patch) | |
tree | ee4a67d33053b01396b9fa21474a0151d4d38d70 /src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs | |
parent | 90b1d345326fd05e701c82fa874590aeb6d1ee93 (diff) | |
download | wix-717ac8183b04da445b751865deb40330e5da87c3.tar.gz wix-717ac8183b04da445b751865deb40330e5da87c3.tar.bz2 wix-717ac8183b04da445b751865deb40330e5da87c3.zip |
Sync IEngine.SetUpdateSource with native side.
Fixes https://github.com/wixtoolset/issues/issues/9023
Diffstat (limited to '')
-rw-r--r-- | src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs b/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs index 172bafe8..13702757 100644 --- a/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperEngine.cs | |||
@@ -220,7 +220,8 @@ namespace WixToolset.BootstrapperApplicationApi | |||
220 | /// Sets the URL to the update feed. | 220 | /// Sets the URL to the update feed. |
221 | /// </summary> | 221 | /// </summary> |
222 | void SetUpdateSource( | 222 | void SetUpdateSource( |
223 | [MarshalAs(UnmanagedType.LPWStr)] string url | 223 | [MarshalAs(UnmanagedType.LPWStr)] string url, |
224 | [MarshalAs(UnmanagedType.LPWStr)] string wzAuthorizationHeader | ||
224 | ); | 225 | ); |
225 | 226 | ||
226 | /// <summary> | 227 | /// <summary> |