mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 14:15:29 +00:00
Remove version from Windows terminals;
This commit is contained in:
parent
b87f3c7e39
commit
e0c88df2ca
2 changed files with 2 additions and 6 deletions
|
|
@ -3,9 +3,7 @@ REM Copyright (c) 2013-2019, The PurpleI2P Project
|
||||||
REM This file is part of Purple i2pd project and licensed under BSD3
|
REM This file is part of Purple i2pd project and licensed under BSD3
|
||||||
REM See full license text in LICENSE file at top of project tree
|
REM See full license text in LICENSE file at top of project tree
|
||||||
|
|
||||||
FOR /F "tokens=*" %%t IN ('git describe --tags') do (SET version=%%t)
|
title Starting I2Pd Browser
|
||||||
|
|
||||||
title Starting I2Pd Browser %version%
|
|
||||||
set $pause=ping.exe 0.0.0.0 -n
|
set $pause=ping.exe 0.0.0.0 -n
|
||||||
set $cd=%CD%
|
set $cd=%CD%
|
||||||
ver| find "6." >nul && set $pause=timeout.exe /t
|
ver| find "6." >nul && set $pause=timeout.exe /t
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,7 @@ REM Copyright (c) 2013-2019, The PurpleI2P Project
|
||||||
REM This file is part of Purple i2pd project and licensed under BSD3
|
REM This file is part of Purple i2pd project and licensed under BSD3
|
||||||
REM See full license text in LICENSE file at top of project tree
|
REM See full license text in LICENSE file at top of project tree
|
||||||
|
|
||||||
FOR /F "tokens=*" %%t IN ('git describe --tags') do (SET version=%%t)
|
title Starting I2Pd Browser
|
||||||
|
|
||||||
title Starting I2Pd Browser %version%
|
|
||||||
set $pause=ping.exe 0.0.0.0 -n
|
set $pause=ping.exe 0.0.0.0 -n
|
||||||
set $cd=%CD%
|
set $cd=%CD%
|
||||||
ver| find "6." >nul && set $pause=timeout.exe /t
|
ver| find "6." >nul && set $pause=timeout.exe /t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue