Accept windows and macos in the list of supported systems

This commit is contained in:
Exidex 2024-07-09 18:29:00 +02:00
parent d590878152
commit db00d967a5

View file

@ -747,6 +747,10 @@ pub enum PluginManifestActionShortcutKind {
pub enum PluginManifestSupportedSystem {
#[serde(rename = "linux")]
Linux,
#[serde(rename = "windows")]
Windows,
#[serde(rename = "macos")]
MacOS,
}
#[derive(Debug, Deserialize)]