Handle Origin in system field and import recent changes from the wiki

This commit is contained in:
mtkennerly 2020-08-15 18:49:51 -04:00
parent 0cdbad886b
commit fbad6f2fb2
7 changed files with 128 additions and 70 deletions

View file

@ -4,7 +4,7 @@ import { WikiGameCache, getGame, pathIsTooBroad } from "./wiki";
export type Os = "dos" | "linux" | "mac" | "windows";
export type Store = "epic" | "gog" | "microsoft" | "steam" | "uplay";
export type Store = "epic" | "gog" | "microsoft" | "steam" | "uplay" | "origin";
export type Tag = "config" | "save";