diff --git a/src/lib/config.js b/src/lib/config.js index 43ef1971..d042c8b0 100644 --- a/src/lib/config.js +++ b/src/lib/config.js @@ -30,7 +30,7 @@ class Config { this.timezone = 0; this.locale = 'enUS'; - this.os = 'Mac'; + this.os = 'Win'; this.platform = 'x86'; this.raw = new Raw(this);