Skip to content

Commit

Permalink
fix(bin): update URL for latest model R emulators
Browse files Browse the repository at this point in the history
  • Loading branch information
grdddj authored and vdovhanych committed Jul 18, 2022
1 parent d7ebdb6 commit 7c239f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/binaries/firmware/bin/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [[ $SYSTEM_ARCH == x86_64* ]]; then
# WARNING: just temporary
# It should get the build from master branch, but it does not
# have all the needed functionality. Using custom branch for now.
R_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/2498092190/artifacts/raw/core/build/unix/trezor-emu-core"
R_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/2727705686/artifacts/raw/core/build/unix/trezor-emu-core"
LEGACY_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/artifacts/master/download?job=legacy%20emu%20regular%20debug%20build"
CUT_DIRS=4

Expand All @@ -19,7 +19,7 @@ elif [[ $SYSTEM_ARCH == aarch64* ]]; then
# WARNING: just temporary
# It should get the build from master branch, but it does not
# have all the needed functionality. Using custom branch for now.
R_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/2510249260/artifacts/raw/core/build/unix/trezor-emu-core-arm"
R_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/2727705693/artifacts/raw/core/build/unix/trezor-emu-core-arm"
LEGACY_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/artifacts/master/download?job=legacy%20emu%20regular%20debug%20build%20arm"
CUT_DIRS=5

Expand Down

0 comments on commit 7c239f8

Please sign in to comment.