1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-27 08:38:07 +00:00

core: allow running 'build_protobuf' from any directory (#106)

This commit is contained in:
Roman Zeyde 2019-04-24 22:38:51 +03:00 committed by Pavol Rusnak
parent f3924138fc
commit 30ae11f22e

View File

@ -1,5 +1,6 @@
#!/bin/bash
set -e
cd $(dirname $0)
rm -f ../src/trezor/messages/[A-Z]*.py
../vendor/trezor-common/protob/pb2py \