From 93436c36b589c6e0f0dbb2d3b2a6d3ff63c97e6d Mon Sep 17 00:00:00 2001 From: Kevin Degeling Date: Wed, 22 Oct 2025 07:20:34 +0200 Subject: [PATCH] Include soundfont that is otherwise not bundled --- gzdoom/gzdoom.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gzdoom/gzdoom.json b/gzdoom/gzdoom.json index 5b9801d4..f73417b9 100644 --- a/gzdoom/gzdoom.json +++ b/gzdoom/gzdoom.json @@ -30,7 +30,8 @@ { "type": "shell", "commands": [ - "sed -i \"s/org.zdoom.GZDoom/${FLATPAK_ID}/g\" src/d_iwad.cpp" + "sed -i \"s/org.zdoom.GZDoom/${FLATPAK_ID}/g\" src/d_iwad.cpp", + "install -D ./soundfont/gzdoom.sf2 /app/share/sounds/sf2/gzdoom.sf2" ] } ],