From 3a429eac7aa0d29d64c72d359308de8ef6e552d6 Mon Sep 17 00:00:00 2001 From: Pyogenics Date: Mon, 9 Mar 2026 12:44:18 +0000 Subject: [PATCH] Fix incorrect meson install copy path --- Minecraft.Assets/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Assets/meson.build b/Minecraft.Assets/meson.build index 25ead1e7a..5009fa91a 100644 --- a/Minecraft.Assets/meson.build +++ b/Minecraft.Assets/meson.build @@ -2,8 +2,8 @@ # Asset copy # -install_subdir('Common/res', install_dir : get_option('prefix') / 'Common/res') -install_subdir('Common/Trial', install_dir : get_option('prefix') / 'Common/Trial') +install_subdir('Common/res', install_dir : get_option('prefix') / 'Common') +install_subdir('Common/Trial', install_dir : get_option('prefix') / 'Common') install_subdir('Common/music', install_dir : get_option('prefix')) install_subdir('DurangoMedia/Sound', install_dir : get_option('prefix')) # XXX: The DLC path is handled inside of 4JLibs but Windows64 expects a Windows64Media/DLC folder to exist to load DLC from