mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Accept windows and macos in the list of supported systems
This commit is contained in:
parent
d590878152
commit
db00d967a5
1 changed files with 4 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue