projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f70547
)
fix win -> windows
author
AJ ONeal
<aj@therootcompany.com>
Sat, 2 May 2020 20:59:29 +0000
(20:59 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Sat, 2 May 2020 20:59:29 +0000
(20:59 +0000)
_common/github.js
patch
|
blob
|
history
diff --git
a/_common/github.js
b/_common/github.js
index 0fcc7bab69d687c3a42948f235adce86eeb8700d..1a8f91ee0ca75ead7f828db3a21d4133ff1e686c 100644
(file)
--- a/
_common/github.js
+++ b/
_common/github.js
@@
-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,
+ win
dows
: /\b(win|microsoft|msft)/i,
sunos: /\b(sun)/i,
aix: /\b(aix)/i
};