Add source URL tracking and display for AppImages

This commit is contained in:
lashman
2026-02-27 23:40:18 +02:00
parent f5685e03e3
commit 78f004ff4f
4 changed files with 41 additions and 2 deletions

View File

@@ -660,6 +660,9 @@ impl DriftwoodWindow {
);
if raw_info.is_some() {
bg_db.update_update_info(record_id, raw_info.as_deref(), None).ok();
if let Some(source) = updater::detect_source_url(raw_info.as_deref()) {
bg_db.set_source_url(record_id, Some(&source)).ok();
}
}
if let Some(result) = check_result {
if result.update_available {