We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98a7010 + ef74f98 commit 078691aCopy full SHA for 078691a
1 file changed
src/c#/GeneralUpdate.Core/GeneralUpdateBootstrap.cs
@@ -78,6 +78,7 @@ public GeneralUpdateBootstrap SetConfig(Configinfo configInfo)
78
UpdateUrl = configInfo.UpdateUrl,
79
Scheme = configInfo.Scheme,
80
Token = configInfo.Token,
81
+ ProductId = configInfo.ProductId,
82
DriveEnabled = GetOption(UpdateOption.Drive) ?? false,
83
PatchEnabled = GetOption(UpdateOption.Patch) ?? true,
84
Script = configInfo.Script
0 commit comments