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 de9fb5f commit e3421cdCopy full SHA for e3421cd
src/ComputerLock/Configuration/AppBase.cs
@@ -24,7 +24,7 @@ internal class AppBase
24
/// <summary>
25
/// 版本文件路径
26
/// </summary>
27
- public static string VersionFilePath { get; } = Path.Combine(DataPath, FriendlyName, "version");
+ public static string VersionFilePath { get; } = Path.Combine(DataPath, FriendlyName, "current_version");
28
29
30
/// 版本号
0 commit comments