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:
anonimal 2017-02-25 08:44:03 +00:00
parent 2e1f6765b2
commit f80dfb607f
No known key found for this signature in database
GPG key ID: 66A76ECF914409F1

View file

@ -112,6 +112,7 @@ CALL :catch could not install resources
ECHO Data directory is "%_data%" ECHO Data directory is "%_data%"
ECHO Binaries are located in "%_path%" ECHO Binaries are located in "%_path%"
ECHO Installation success! ECHO Installation success!
IF %0 == "%~0" PAUSE
:catch :catch
IF %ERRORLEVEL% NEQ 0 ( IF %ERRORLEVEL% NEQ 0 (