mirror of
https://github.com/monero-project/meta.git
synced 2025-01-03 17:40:47 +00:00
kovri-install.bat: pause after install if double-clicked
References: - monero-project/meta#50 - monero-project/meta#35 - monero-project/kovri#362
This commit is contained in:
parent
2e1f6765b2
commit
f80dfb607f
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ CALL :catch could not install resources
|
|||
ECHO Data directory is "%_data%"
|
||||
ECHO Binaries are located in "%_path%"
|
||||
ECHO Installation success!
|
||||
IF %0 == "%~0" PAUSE
|
||||
|
||||
:catch
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
|
|
Loading…
Reference in a new issue