trezor-suite
trezor-suite copied to clipboard
Autoupdate not working in EAP when a newer tag exists
Mobile release tags break Suite autoupdate for users in Early Access Program while the tag for mobile app is newer than for desktop, even if it is not marked as Latest
or Pre-release
. This is because Suite accesses https://github.com/trezor/trezor-suite/releases.atom, not https://github.com/trezor/trezor-suite/releases/latest when EAP is on. This is possibly an Electron bug. Needs to be investigated.
Is kinda solved for now by deleting the Suite Lite release tag and whole release from GH.
But we still want to find a way how to publish other things than Suite Desktop without interfering with the auto-update.
This is no longer an issue with new auto-update provider https://github.com/trezor/trezor-suite/pull/12788