mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 13:14:01 +08:00
check for signing tool
This commit is contained in:
parent
a0cc63a773
commit
fbaad96afc
@ -218,6 +218,12 @@ if not exist "%deps_dir%\" (
|
||||
goto :end_script
|
||||
)
|
||||
|
||||
if not exist "%signer_tool%" (
|
||||
call :err_msg "signing tool wasn't found"
|
||||
set /a last_code=1
|
||||
goto :end_script
|
||||
)
|
||||
|
||||
if not exist "%protoc_exe_32%" (
|
||||
call :err_msg "protobuff compiler wasn't found - 32"
|
||||
set /a last_code=1
|
||||
|
Loading…
Reference in New Issue
Block a user