Skip to content

Commit e3421cd

Browse files
committed
优化
1 parent de9fb5f commit e3421cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComputerLock/Configuration/AppBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ internal class AppBase
2424
/// <summary>
2525
/// 版本文件路径
2626
/// </summary>
27-
public static string VersionFilePath { get; } = Path.Combine(DataPath, FriendlyName, "version");
27+
public static string VersionFilePath { get; } = Path.Combine(DataPath, FriendlyName, "current_version");
2828

2929
/// <summary>
3030
/// 版本号

0 commit comments

Comments
 (0)