Implement support for flatpak updates

This commit is contained in:
Ilya Fedin
2026-06-05 22:24:59 +00:00
committed by John Preston
parent ee20ac6f27
commit 614ee4589b
10 changed files with 951 additions and 38 deletions
@@ -470,7 +470,10 @@ void InstallLauncher() {
"DESKTOPINTEGRATION");
// don't update desktop file for alpha version or if updater is disabled
if (cAlphaVersion() || Core::UpdaterDisabled() || DisabledByEnv) {
if (cAlphaVersion()
|| Core::UpdaterDisabled()
|| KSandbox::isInside()
|| DisabledByEnv) {
return;
}