From a128e8615f8a0731b71c55194ca8de7115e5ffc2 Mon Sep 17 00:00:00 2001 From: nezd5553 <87045625+nezd5553@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:02:35 -0700 Subject: [PATCH] manifest: move compatibility list before build to dist/compatibility_list. This allows it to be used during the build. --- 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 8026141..ce72be8 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -265,7 +265,8 @@ }, { "type": "file", - "path": "compatibility_list.json" + "path": "compatibility_list.json", + "dest": "dist/compatibility_list" } ] }