You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/tools/build_protobuf

10 lines
264 B

#!/bin/bash
set -e
../vendor/trezor-common/protob/pb2py \
--no-init-py \
-o ../src/trezor/messages \
../vendor/trezor-common/protob/common.proto \
../vendor/trezor-common/protob/messages.proto \
../vendor/trezor-common/protob/messages-*.proto