Commit ac150977 by wangonghui

错改配置文件

parent b33a0d17
......@@ -66,12 +66,12 @@ namespace VIZ.Package.Storage
/// <summary>
/// VIZ 引擎3路径
/// </summary>
public string VIZ_Eng3Path { get; set; } = @"C:\Program Files\Vizrt\Viz3\viz.exe";
public string VIZ_Eng3Path { get; set; } = @"D:\Program Files (x86)\Vizrt\Viz3\viz.exe";
/// <summary>
/// VIZ 引擎4路径
/// </summary>
public string VIZ_Eng4Path { get; set; } = @"C:\Program Files\Vizrt\Viz3\viz.exe";
public string VIZ_Eng4Path { get; set; } = @"D:\Program Files (x86)\Vizrt\Viz3\viz.exe";
/// <summary>
/// 引擎完整类型
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment