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 f6c8916 commit 3af444cCopy full SHA for 3af444c
src/c#/GeneralUpdate.Upgrad/Program.cs
@@ -33,6 +33,7 @@ static async Task Main(string[] args)
33
//.SetFieldMappings(fieldMappingsCN)
34
//是否开启驱动更新
35
//.Option(UpdateOption.Drive, true)
36
+ .Option(UpdateOption.Patch, false)
37
.LaunchAsync();
38
Console.WriteLine($"升级程序已启动,{DateTime.Now}!");
39
}
0 commit comments