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.
1 parent cc9c018 commit 242c1b5Copy full SHA for 242c1b5
src/c#/GeneralUpdate.Core/GeneralUpdateBootstrap.cs
@@ -53,7 +53,9 @@ public GeneralUpdateBootstrap()
53
ReportUrl = processInfo.ReportUrl,
54
BackupDirectory = processInfo.BackupDirectory,
55
Scheme = processInfo.Scheme,
56
- Token = processInfo.Token
+ Token = processInfo.Token,
57
+ DriveEnabled = GetOption(UpdateOption.Drive) ?? false,
58
+ PatchEnabled = GetOption(UpdateOption.Patch) ?? true
59
};
60
}
61
0 commit comments