no post after update
This commit is contained in:
@@ -100,8 +100,8 @@ pub fn build_update_candidates(
|
||||
icon_url: update.icon_url.clone().or_else(|| definition.and_then(|item| item.icon_url.clone())),
|
||||
use_manifest: definition.map(|item| item.use_manifest).unwrap_or(false),
|
||||
manifest_url: definition.and_then(|item| item.manifest_url.clone()),
|
||||
post_install: definition.and_then(|item| item.post_install.clone()),
|
||||
post_install_url: definition.and_then(|item| item.post_install_url.clone()),
|
||||
post_install: None,
|
||||
post_install_url: None,
|
||||
action_label: "更新".to_string(),
|
||||
target_version: update.available_version.clone(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user