update to 52.1.0

Former-commit-id: 125f26d222014db4e9b4f1f6ba01a2020a457fda
This commit is contained in:
R4SAS 2017-04-25 17:32:18 +03:00
parent a2cb910a72
commit 92fbcd8850
11 changed files with 359 additions and 339 deletions

View file

@ -28,6 +28,8 @@ set fire=firefox.exe
set port=FirefoxPortable.exe
set i2pd=i2pd.exe
if not exist Firefox ( cd build && call build.cmd )
taskList|find /i "%port%">nul&&(taskkill /im "%port%" /t>nul)&&(%$pause% 2 >nul)
REM taskList|find /i "%fire%">nul&&(taskkill /im "%fire%" >nul)
taskList|find /i "%i2pd%">nul&&(goto runfox)||(goto starti2p)