Update update-not-installed.md

This commit is contained in:
Valerie 2025-06-22 11:27:29 +02:00 committed by GitHub
parent a4d9d0b025
commit 3d30cf9439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,14 @@
# Launcher Cannot Be Updated
If you are trying to update the launcher, but the installation fails, you are most likely trying
to crossgrade from the F-Droid version to the Github version or vice versa. Both versions use
to crossgrade from the F-Droid version to the GitHub version or vice versa. Both versions use
different signing keys, so you cannot update one with the other.
## Kvaesitso versions
There are two different release versions of Kvaesitso:
- **Github version**: This is the version that is released on Github. It includes all features and
- **GitHub version**: This is the version that is released on GitHub. It includes all features and
is also available on
the [MM20 F-Droid repository](https://fdroid.mm20.de/app/de.mm20.launcher2.release) and on
the [IzzyOnDroid F-Droid repository](https://apt.izzysoft.de/fdroid/index/apk/de.mm20.launcher2.release).
@ -21,7 +21,7 @@ There are two different release versions of Kvaesitso:
## Check which version you have installed
Go to Settings > About. If the version number is something like `x.y.z`, you have the Github version
Go to Settings > About. If the version number is something like `x.y.z`, you have the GitHub version
installed. If the version number ends in `-fdroid`, you have the F-Droid version installed.
## Switch between versions
@ -33,6 +33,6 @@ version. You can then restore your data in Settings > Backup & restore > Restore
::: warning
The backup file format isn't guaranteed to be backward compatible. To ensure that all data is restored
correctly, it is recommended to install the previous version first, restore the backup, then update to
the latest version. For example, if you want to upgrade from `1.34.2-fdroid` to `1.35.0` (Github), install
`1.34.2` (Github) first, restore the backup, then update to `1.35.0` (Github).
the latest version. For example, if you want to upgrade from `1.34.2-fdroid` to `1.35.0` (GitHub), install
`1.34.2` (GitHub) first, restore the backup, then update to `1.35.0` (GitHub).
:::