瀏覽代碼

添加执行文件

SisMaker 4 年之前
父節點
當前提交
652ea2d3d4
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      priv/fileSync.exe
  2. +1
    -1
      src/sync/esScanner.erl

二進制
priv/fileSync.exe 查看文件


+ 1
- 1
src/sync/esScanner.erl 查看文件

@ -125,7 +125,7 @@ handleAfter(_, waiting, State) ->
io:format("IMY******************11111"),
spawn(fun() -> case os:type() of
{win32, _Osname} ->
os:cmd("start ./priv/fileSync ./ " ++ integer_to_list(ListenPort));
os:cmd("start ./priv/fileSync.exe ./ " ++ integer_to_list(ListenPort));
_ ->
os:cmd("./priv/fileSync ./ " ++ integer_to_list(ListenPort))
end end),

Loading…
取消
儲存