mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
appmgr: %s/warning/alert/g
This commit is contained in:
committed by
Aiden McClelland
parent
c4eef4db17
commit
29d5e3b36e
@@ -37,9 +37,9 @@ pub struct ManifestV0 {
|
||||
pub description: Description,
|
||||
pub release_notes: String,
|
||||
#[serde(default)]
|
||||
pub install_warning: Option<String>,
|
||||
pub install_alert: Option<String>,
|
||||
#[serde(default)]
|
||||
pub uninstall_warning: Option<String>,
|
||||
pub uninstall_alert: Option<String>,
|
||||
#[serde(default)]
|
||||
pub has_instructions: bool,
|
||||
#[serde(default = "emver::VersionRange::any")]
|
||||
|
||||
Reference in New Issue
Block a user