Commit 91581189 刘韬

1

1 个父辈 b46a1f1f
...@@ -104,7 +104,7 @@ public class RemoteDecodeHelper_mod ...@@ -104,7 +104,7 @@ public class RemoteDecodeHelper_mod
if (pss.Length > 0) if (pss.Length > 0)
return; return;
var f = "SmartScan\\SmartScan.exe"; var f = "NeoScan\\SmartScan.exe";
if (!File.Exists(f)) if (!File.Exists(f))
throw new Exception("找不到扫码服务器文件"); throw new Exception("找不到扫码服务器文件");
p.StartInfo = new ProcessStartInfo(f); p.StartInfo = new ProcessStartInfo(f);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!