anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / games / heroic / fix-non-steam-shortcuts.patch
blob7b46473245f7b0950d07a77319fff786a684b124
1 diff --git a/src/backend/shortcuts/nonesteamgame/nonesteamgame.ts b/src/backend/shortcuts/nonesteamgame/nonesteamgame.ts
2 index ebef6aa4..c8bd853d 100644
3 --- a/src/backend/shortcuts/nonesteamgame/nonesteamgame.ts
4 +++ b/src/backend/shortcuts/nonesteamgame/nonesteamgame.ts
5 @@ -252,7 +252,7 @@ async function addNonSteamGame(props: {
6 // add new Entry
7 const newEntry = {} as ShortcutEntry
8 newEntry.AppName = props.gameInfo.title
9 - newEntry.Exe = `"${app.getPath('exe')}"`
10 + newEntry.Exe = `"heroic"`
11 newEntry.StartDir = `"${process.cwd()}"`
13 if (isFlatpak) {