mkxp-z/macos/meson.build

10 lines
246 B
Meson
Raw Normal View History

2019-10-22 02:30:07 -04:00
install_data('icon.icns', install_dir: 'Contents/Resources')
2019-08-26 01:57:12 -04:00
install_data('Info.plist', install_dir: 'Contents')
swarg = ''
if steamworks == true
swarg = steam_libpath
endif
2020-03-02 05:01:42 -05:00
meson.add_install_script('macpack.sh', swarg, meson.project_name())