mkxp-z/macos/meson.build

10 lines
224 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
meson.add_install_script('macpack.sh', swarg)