Kaynağa Gözat

添加执行文件

master
SisMaker 4 yıl önce
ebeveyn
işleme
f9d7cb0651
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/sync/esScanner.erl

+ 1
- 1
src/sync/esScanner.erl Dosyayı Görüntüle

@ -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),

Yükleniyor…
İptal
Kaydet