Skip to content

Commit 27ced67

Browse files
authored
Include soundfont that is otherwise not bundled (#425)
1 parent 6537464 commit 27ced67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gzdoom/gzdoom.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
{
3131
"type": "shell",
3232
"commands": [
33-
"sed -i \"s/org.zdoom.GZDoom/${FLATPAK_ID}/g\" src/d_iwad.cpp"
33+
"sed -i \"s/org.zdoom.GZDoom/${FLATPAK_ID}/g\" src/d_iwad.cpp",
34+
"install -D ./soundfont/gzdoom.sf2 /app/share/sounds/sf2/gzdoom.sf2"
3435
]
3536
}
3637
],

0 commit comments

Comments
 (0)