mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-15 08:21:41 -04:00
feat: install default config.conf to /etc/maomao/config.conf
This commit is contained in:
parent
4ab5884931
commit
9030579b18
3 changed files with 18 additions and 8 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue