From b592defaaf5f92c942b6c2dc3f39c4761a823ca3 Mon Sep 17 00:00:00 2001 From: V Date: Fri, 30 Jun 2023 15:16:42 +0200 Subject: OpenInApp: Add Epic Games; properly respect settings --- src/main/utils/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/utils/constants.ts b/src/main/utils/constants.ts index cc9f459..8ebf7f4 100644 --- a/src/main/utils/constants.ts +++ b/src/main/utils/constants.ts @@ -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"); -- cgit