mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
appmgr: add warnings to manifest
This commit is contained in:
committed by
Aiden McClelland
parent
ee13552c21
commit
22da61b05a
@@ -37,6 +37,10 @@ pub struct ManifestV0 {
|
|||||||
pub description: Description,
|
pub description: Description,
|
||||||
pub release_notes: String,
|
pub release_notes: String,
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
|
pub install_warning: Option<String>,
|
||||||
|
#[serde(default)]
|
||||||
|
pub uninstall_warning: Option<String>,
|
||||||
|
#[serde(default)]
|
||||||
pub has_instructions: bool,
|
pub has_instructions: bool,
|
||||||
#[serde(default = "emver::VersionRange::any")]
|
#[serde(default = "emver::VersionRange::any")]
|
||||||
pub os_version_required: emver::VersionRange,
|
pub os_version_required: emver::VersionRange,
|
||||||
|
|||||||
Reference in New Issue
Block a user