OpenInApp: Add Epic Games; properly respect settings

This commit is contained in:
V 2023-06-30 15:16:42 +02:00
parent 73354973a3
commit b592defaaf
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
2 changed files with 24 additions and 6 deletions

View file

@ -31,7 +31,8 @@ export const ALLOWED_PROTOCOLS = [
"https:",
"http:",
"steam:",
"spotify:"
"spotify:",
"com.epicgames.launcher:",
];
export const IS_VANILLA = /* @__PURE__ */ process.argv.includes("--vanilla");