Commit Graph

5 Commits

Author SHA1 Message Date
Ferran Basora
13b5217354 Don't close the pane if the platform is not supported 2022-02-05 11:38:25 +00:00
Ferran Basora
b56e9f1099 Let the user choose the installation method 2022-02-04 07:54:12 +01:00
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