Skip to content

Commit

Permalink
fixup! fixup! tmp: custom emu
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz committed Oct 22, 2024
1 parent f72dd2a commit 542c05b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/binaries/firmware/bin/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,14 @@ fi

cd "$BIN_DIR"

mv ../trezor-emu-core ./trezor-emu-core-T2T1-v2.9.9

# mark as executable
chmod u+x trezor-emu-*

# strip debug symbols to save space
strip trezor-emu-*

mv ../trezor-emu-core ./trezor-emu-core-T2T1-v2.9.9
chmod u+x ./trezor-emu-core-T2T1-v2.9.9

# no need for Mac builds
rm -rf macos

0 comments on commit 542c05b

Please sign in to comment.