Skip to content

Commit bfd248a

Browse files
authored
GZDoom: Make file directory dynamic, #358 (#359)
1 parent a4889f0 commit bfd248a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gzdoom/gzdoom.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
{
2727
"type": "patch",
2828
"path": "description.patch"
29+
},
30+
{
31+
"type": "shell",
32+
"commands": [
33+
"sed -i \"s/org.zdoom.GZDoom/${FLATPAK_ID}/g\" src/d_iwad.cpp"
34+
]
2935
}
3036
],
3137
"modules": [

0 commit comments

Comments
 (0)