Commit Graph

3 Commits

Author SHA1 Message Date
Ferran Basora
3b210d5631 Add a new flow to detect plugin updates
If you update the plugin with TPM, the `thumbs` binary can get out of
sync. So we need to check the version before proceed.

If there is a version mismatch, then we run a new install in "update"
mode.
2022-02-01 23:20:01 +01:00
Fran Casas
db2a8896c9 feat(install): installation from binary
If cargo exists, use it. Otherwise, if the combination of platform and
architecture has a precompiled binary, then use it.

Thanks @fcsonline for the help 🙇
2022-02-01 22:35:37 +01:00
Ferran Basora
a32499fadf Improve the installation process
Many people are struggling with the installation process because is not
giving enough feedback.

This commit improves this.
2021-12-27 12:42:49 +01:00