mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
fix win -> windows
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
const osMap = {
|
||||
macos: /\b(apple|mac|darwin|iPhone|iOS|iPad)/i,
|
||||
linux: /\b(linux)/i,
|
||||
win: /\b(win|microsoft|msft)/i,
|
||||
windows: /\b(win|microsoft|msft)/i,
|
||||
sunos: /\b(sun)/i,
|
||||
aix: /\b(aix)/i
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user