mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-17 04:51:53 +00:00
Fix incorrect meson install copy path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user