mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
添加默认配置到/etc/maomao/config.conf
This commit is contained in:
parent
b531135211
commit
53bf73d8a2
2 changed files with 14 additions and 7 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