Skip to content

Commit

Permalink
Update mmrelay.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffwhittington authored Apr 23, 2023
1 parent 25a2278 commit 6166f48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mmrelay.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6166f48

Please sign in to comment.