mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-28 00:58:09 +00:00
core: allow running 'build_protobuf' from any directory (#106)
This commit is contained in:
parent
f3924138fc
commit
30ae11f22e
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
cd $(dirname $0)
|
||||||
|
|
||||||
rm -f ../src/trezor/messages/[A-Z]*.py
|
rm -f ../src/trezor/messages/[A-Z]*.py
|
||||||
../vendor/trezor-common/protob/pb2py \
|
../vendor/trezor-common/protob/pb2py \
|
||||||
|
Loading…
Reference in New Issue
Block a user