mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-08-26 15:02:18 +08:00
Add more editor mappings apparently
This commit is contained in:
@@ -155,6 +155,9 @@ pub fn parse_platform(header: &str) -> &str {
|
|||||||
"windowsplayer" => "Windows",
|
"windowsplayer" => "Windows",
|
||||||
"webglplayer" => "WebGL",
|
"webglplayer" => "WebGL",
|
||||||
"editor" => "Editor",
|
"editor" => "Editor",
|
||||||
|
"windowseditor" => "Editor",
|
||||||
|
"osxeditor" => "Editor",
|
||||||
|
"linuxeditor" => "Editor",
|
||||||
_ => panic!("Unknown platform: {header}"),
|
_ => panic!("Unknown platform: {header}"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user