From 6ad11a7ffb956e92189a1515df6098ca177fcc0d Mon Sep 17 00:00:00 2001 From: catsout <36527596+catsout@users.noreply.github.com> Date: Sun, 28 Nov 2021 14:53:17 +0800 Subject: [PATCH] Fix ffmpeg extension entrypoint --- org.yuzu_emu.yuzu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index 987a7e5..1be0e5e 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -213,6 +213,7 @@ "/share/pixmaps" ], "post-install": [ + "mkdir -p /app/lib/ffmpeg", "install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml /app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml", "desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop", "desktop-file-edit --set-key StartupWMClass --set-value yuzu /app/share/applications/yuzu.desktop", @@ -243,4 +244,4 @@ ] } ] -} \ No newline at end of file +}