Skip to content

Commit

Permalink
meson: Install example configuration file for presets.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Billli11 authored and flightlessmango committed Dec 5, 2023
1 parent c5c82db commit 67193e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)

0 comments on commit 67193e2

Please sign in to comment.