build(core): fix filename when BITCOIN_ONLY is unset

[no changelog]
pull/2839/head
Martin Milata 1 year ago
parent 0a955b4ad6
commit d3dd0e3c6f

@ -818,7 +818,7 @@ if CMAKELISTS != 0:
env.Depends(program_elf, rust)
BINARY_NAME = f"build/firmware/firmware-{tools.get_model_identifier(TREZOR_MODEL)}"
if BITCOIN_ONLY != 0:
if not EVERYTHING:
BINARY_NAME += "-btconly"
BINARY_NAME += "-" + tools.get_version('embed/firmware/version.h')
BINARY_NAME += "-" + tools.get_git_revision_short_hash()

Loading…
Cancel
Save