Skip to content

Commit ef74f98

Browse files
JusterZhuCopilot
andauthored
Update src/c#/GeneralUpdate.Core/GeneralUpdateBootstrap.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d41a8b7 commit ef74f98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/c#/GeneralUpdate.Core/GeneralUpdateBootstrap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public GeneralUpdateBootstrap SetConfig(Configinfo configInfo)
7878
UpdateUrl = configInfo.UpdateUrl,
7979
Scheme = configInfo.Scheme,
8080
Token = configInfo.Token,
81+
ProductId = configInfo.ProductId,
8182
DriveEnabled = GetOption(UpdateOption.Drive) ?? false,
8283
PatchEnabled = GetOption(UpdateOption.Patch) ?? true,
8384
Script = configInfo.Script

0 commit comments

Comments
 (0)