diff options
Diffstat (limited to 'src/main/utils/constants.ts')
-rw-r--r-- | src/main/utils/constants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
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"); |