1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2026-05-20 01:05:04 +03:00

meson: install default config

This commit is contained in:
Kirill Primak
2024-07-02 21:15:09 +03:00
parent 56860d672f
commit a67cad14bc
+5
View File
@@ -87,3 +87,8 @@ executable(
],
install: true,
)
install_data(
'dulcepan.cfg',
install_dir: join_paths(get_option('sysconfdir'), 'xdg'),
)