mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-11 16:07:15 +00:00
Fix Trial level copy path
This commit is contained in:
parent
57d20e351a
commit
9fd6377337
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
install_subdir('Common/res', install_dir : get_option('prefix') / 'Common/res')
|
||||
install_subdir('Common/Trial', install_dir : get_option('prefix') / 'Trial')
|
||||
install_subdir('Common/Trial', install_dir : get_option('prefix') / 'Common/Trial')
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue