From: AJ ONeal Date: Sat, 2 May 2020 20:59:29 +0000 (+0000) Subject: fix win -> windows X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=9711309e3fafea992f23659a5100de002ddf98d6 fix win -> windows --- diff --git a/_common/github.js b/_common/github.js index 0fcc7ba..1a8f91e 100644 --- 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, + windows: /\b(win|microsoft|msft)/i, sunos: /\b(sun)/i, aix: /\b(aix)/i };