backup: sort apps

This commit is contained in:
2026-04-12 17:58:03 +03:00
parent 75ce60d8a0
commit b90b87caa1
+1
View File
@@ -219,6 +219,7 @@ class ApplicationFinder:
except (KeyError, OSError) as e:
logger.warning(f"Could not get owner for {app_dir}: {e}")
applications.sort(key=lambda app: app.path.name)
return applications
def _find_backup_script(self, app_dir: Path) -> Optional[Path]: