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:
parent
f3924138fc
commit
30ae11f22e
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cd $(dirname $0)
|
||||
|
||||
rm -f ../src/trezor/messages/[A-Z]*.py
|
||||
../vendor/trezor-common/protob/pb2py \
|
||||
|
Loading…
Reference in New Issue
Block a user