mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-19 06:05:17 +02:00
9 lines
249 B
Meson
9 lines
249 B
Meson
install_data('AppRun')
|
|
install_data('mkxp-z.png')
|
|
install_data('mkxp-z.desktop')
|
|
|
|
swarg = ''
|
|
if steamworks == true
|
|
swarg = steam_libpath
|
|
endif
|
|
meson.add_install_script('make_appimg.sh', meson.project_name(), get_option('appimagekit_path'), swarg)
|