feat: install default config.conf to /etc/maomao/config.conf

This commit is contained in:
DreamMaoMao
2025-02-23 21:37:59 +08:00
parent 4ab5884931
commit 9030579b18
3 changed files with 18 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
project('maomao', ['c', 'cpp'],
version : '0.1.1'
version : '0.1.5'
)
subdir('protocols')
@@ -71,3 +71,5 @@ executable('maomao',
prefix = get_option('prefix')
desktop_install_dir = join_paths(prefix, 'share/wayland-sessions')
install_data('maomao.desktop', install_dir : desktop_install_dir)
install_data('config.conf', install_dir : '/etc/maomao')