mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 14:15:29 +00:00
fix double-run requirement
This commit is contained in:
parent
cb6cfcd242
commit
473cdfe87a
2 changed files with 12 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue