Fix incorrect meson install copy path

This commit is contained in:
Pyogenics 2026-03-09 12:44:18 +00:00
parent 0c7ea619a8
commit 3a429eac7a

View file

@ -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