Update scripts

This commit is contained in:
Nex 2020-04-07 22:21:55 +08:00
parent 6ce31075db
commit 609f65626c
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,6 @@ cd /d "%~dp0..\pb"
where /q protoc || echo Missing protoc && exit /b
set gen=..\gen
set pbs=bdware/bdledger/api/*.proto
REM set protos=%pkg%/common.proto %pkg%/error_details.proto %pkg%/node.proto %pkg%/ledger.proto %pkg%/query.proto %pkg%/contract.proto
for %%A in (%*) do (
if "%%A"=="go" (

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
cd "${0%/*}/.."
cd "${0%/*}/.." || exit
gen=..\gen
pbs='bdware/bdledger/api/*.proto'
# TODO