Update mmrelay.iss

feature/plugins-parameters
geoffwhittington 2023-04-22 21:34:25 -04:00 zatwierdzone przez GitHub
rodzic 6358bb0223
commit befaccf2f9
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -158,7 +158,8 @@ begin
end;
batch_file := '"' + sAppDir+ '\mmrelay.exe" config.yaml 2>> "'+sAppDir+'\output.log"'
batch_file := '"' + sAppDir+ '\mmrelay.exe" config.yaml ' + #13#10 +
'pause'
if Not SaveStringToFile(sAppDir+'/mmrelay.bat', batch_file, false) then
begin