1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-03-12 18:59:15 +02:00

meson: install default config

This commit is contained in:
Kirill Primak 2024-07-02 21:15:09 +03:00
parent 56860d672f
commit a67cad14bc

View File

@ -87,3 +87,8 @@ executable(
],
install: true,
)
install_data(
'dulcepan.cfg',
install_dir: join_paths(get_option('sysconfdir'), 'xdg'),
)