meson: Install example configuration file for presets.conf

pull/1178/head
Bill Li 6 months ago
parent c5c82dbbae
commit a38c062178

@ -47,3 +47,10 @@ install_data(
rename : ['MangoHud.conf.example'],
install_tag : 'doc',
)
install_data(
files('presets.conf'),
install_dir : join_paths(get_option('datadir'), 'doc', 'mangohud'),
rename : ['presets.conf.example'],
install_tag : 'doc',
)

Loading…
Cancel
Save