diff --git a/src/createDeeplink.ts b/src/createDeeplink.ts index d5684a3..88a6502 100644 --- a/src/createDeeplink.ts +++ b/src/createDeeplink.ts @@ -87,7 +87,9 @@ function getProtocol() { ? process.env.RAYCASTX ? "raycast-x-internal://" : "raycastinternal://" - : "raycast://"; + : process.env.RAYCASTX + ? "raycast-x://" + : "raycast://"; } function getOwnerOrAuthorName() {