From a0f3b18e498e627f2aace87d7f1ff46515f26d57 Mon Sep 17 00:00:00 2001 From: Kevin Degeling Date: Wed, 22 Oct 2025 19:36:29 +0200 Subject: [PATCH] Revert "Include soundfont that is otherwise not bundled (#425)" This reverts commit 27ced6723791c6b9526299a76759f06c786ff65d. --- gzdoom/gzdoom.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gzdoom/gzdoom.json b/gzdoom/gzdoom.json index f73417b9..5b9801d4 100644 --- a/gzdoom/gzdoom.json +++ b/gzdoom/gzdoom.json @@ -30,8 +30,7 @@ { "type": "shell", "commands": [ - "sed -i \"s/org.zdoom.GZDoom/${FLATPAK_ID}/g\" src/d_iwad.cpp", - "install -D ./soundfont/gzdoom.sf2 /app/share/sounds/sf2/gzdoom.sf2" + "sed -i \"s/org.zdoom.GZDoom/${FLATPAK_ID}/g\" src/d_iwad.cpp" ] } ],