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