mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-30 14:25:36 +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
|
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%" (
|
if not exist "%protoc_exe_32%" (
|
||||||
call :err_msg "protobuff compiler wasn't found - 32"
|
call :err_msg "protobuff compiler wasn't found - 32"
|
||||||
set /a last_code=1
|
set /a last_code=1
|
||||||
|
Loading…
Reference in New Issue
Block a user