Skip to content

Commit

Permalink
Import upstream OS platform detection improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Nov 19, 2024
1 parent ebc382f commit 63df89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ua_inspector/parser/os.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule UAInspector.Parser.OS do
{"LoongArch64", Util.Regex.build_regex("loongarch64")},
{"MIPS", Util.Regex.build_regex("mips")},
{"x64",
Util.Regex.build_regex("64-?bit|WOW64|(?:Intel)?x64|WINDOWS_64|win64|.*amd64|x86_?64")},
Util.Regex.build_regex("64-?bit|WOW64|(?:Intel)?x64|WINDOWS_64|win64|.*amd64|.*x86_?64")},
{"x86", Util.Regex.build_regex(".*32bit|.*win32|(?:i[0-9]|x)86|i86pc")}
]

Expand Down

0 comments on commit 63df89c

Please sign in to comment.