mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-22 23:55:20 +02:00
9 lines
246 B
Meson
9 lines
246 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, meson.project_name())
|