mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-13 03:15:15 +02:00
13 lines
No EOL
361 B
Meson
13 lines
No EOL
361 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())
|
|
|
|
if get_option('codesign') == true
|
|
meson.add_install_script('codesign.sh', get_option('codesign_identity'))
|
|
endif |