Selaa lähdekoodia

添加执行文件

SisMaker 4 vuotta sitten
vanhempi
commit
652ea2d3d4
2 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. BIN
      priv/fileSync.exe
  2. +1
    -1
      src/sync/esScanner.erl

BIN
priv/fileSync.exe Näytä tiedosto


+ 1
- 1
src/sync/esScanner.erl Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna