mkxp-z/macos/meson.build

9 lines
224 B
Meson

install_data('icon.icns', install_dir: 'Contents/Resources')
install_data('Info.plist', install_dir: 'Contents')
swarg = ''
if steamworks == true
swarg = steam_libpath
endif
meson.add_install_script('macpack.sh', swarg)