Add source URL tracking and display for AppImages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user