summaryrefslogtreecommitdiff
path: root/pkgs/heroic-launcher/fix-non-steam-shortcuts.patch
blob: 7b46473245f7b0950d07a77319fff786a684b124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/backend/shortcuts/nonesteamgame/nonesteamgame.ts b/src/backend/shortcuts/nonesteamgame/nonesteamgame.ts
index ebef6aa4..c8bd853d 100644
--- a/src/backend/shortcuts/nonesteamgame/nonesteamgame.ts
+++ b/src/backend/shortcuts/nonesteamgame/nonesteamgame.ts
@@ -252,7 +252,7 @@ async function addNonSteamGame(props: {
     // add new Entry
     const newEntry = {} as ShortcutEntry
     newEntry.AppName = props.gameInfo.title
-    newEntry.Exe = `"${app.getPath('exe')}"`
+    newEntry.Exe = `"heroic"`
     newEntry.StartDir = `"${process.cwd()}"`
 
     if (isFlatpak) {
Software created with 💖