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 44e5473 commit 326b785Copy full SHA for 326b785
src/UpdateHelper.cs
@@ -1,6 +1,7 @@
1
using JiuLing.AutoUpgrade.Shared;
2
using JiuLing.AutoUpgrade.Shell;
3
using System.IO;
4
+using JiuLing.AutoUpgrade.Shell.Enums;
5
6
namespace ComputerLock;
7
internal class UpdateHelper(AppSettings appSettings)
@@ -33,6 +34,7 @@ await AutoUpgradeFactory.Create()
33
34
config.IsCheckSign = true;
35
config.Lang = appSettings.Lang.ToString();
36
config.IconPath = iconPath;
37
+ config.VersionFormat = VersionFormatEnum.MajorMinorBuild;
38
})
39
.RunAsync();
40
}
0 commit comments