返回提交历史
Modified
HaloPixelToolBox.Installer/Profiles/SystemProfile.cs
+1
-1
XFEstudio/HaloPixelToolBox
修复一处bug
0415ada
代码差异
1 个文件
+1
-1
@@ -29,7 +29,7 @@
29
29
/// <summary>
30
30
/// 安装目录
31
31
/// </summary>
32
public static string InstallPath { get; set; } = @$"{Environment.GetFolderPath(Environment.SpecialFolder.ProgramFilesX86)}\HaloPixelToolBox.Installer";
32
public static string InstallPath { get; set; } = @$"{Environment.GetFolderPath(Environment.SpecialFolder.ProgramFilesX86)}\HaloPixelToolBox";
33
33
/// <summary>
34
34
/// 第一次安装
35
35
/// </summary>