mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-17 23:59:03 +00:00
7 lines
212 B
Bash
Executable File
7 lines
212 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd `dirname $0`/../../trezor-common/protob
|
|
|
|
protoc --python_out=../../trezor-emu/trezor/ -I/usr/include -I. types.proto
|
|
protoc --python_out=../../trezor-emu/trezor/ -I/usr/include -I. messages.proto
|