Skip to content

Commit 078691a

Browse files
authored
Merge branch 'script' into copilot/sub-pr-95-again
2 parents 98a7010 + ef74f98 commit 078691a

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)