Skip to content

Commit

Permalink
GZDoom: Make file directory dynamic, #358 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonfge authored Jan 3, 2025
1 parent a4889f0 commit bfd248a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gzdoom/gzdoom.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
{
"type": "patch",
"path": "description.patch"
},
{
"type": "shell",
"commands": [
"sed -i \"s/org.zdoom.GZDoom/${FLATPAK_ID}/g\" src/d_iwad.cpp"
]
}
],
"modules": [
Expand Down

0 comments on commit bfd248a

Please sign in to comment.