fix double-run requirement

This commit is contained in:
Dr-Hex 2025-03-05 20:28:01 +02:00 committed by R4SAS
parent cb6cfcd242
commit 473cdfe87a
2 changed files with 12 additions and 4 deletions

View file

@ -12,7 +12,7 @@ set fire=firefox.exe
set port=FirefoxPortable.exe
set i2pd=i2pd.exe
if not exist Firefox ( echo Firefox not found... Start building... && cd build && call build.cmd )
if not exist Firefox ( echo Firefox not found... Start building... && pushd build && call build.cmd --skipwait & popd )
taskList|find /i "%port%">nul&&(taskkill /im "%port%" /t>nul)&&(%$pause% 2 >nul)
REM taskList|find /i "%fire%">nul&&(taskkill /im "%fire%" >nul)