From d97e2936070c782017338f2f81c67a094595bac4 Mon Sep 17 00:00:00 2001 From: Yuanle Song Date: Tue, 14 Jan 2020 00:20:48 +0800 Subject: [PATCH] v1.2.2 fix meson.build after renaming README to README.org --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index f990fd6..50046da 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ # -*- mode: conf -*- project('zero-panel', 'c', - version: '1.2.1', + version: '1.2.2', license: 'EPL-2.0', meson_version: '>=0.46.0', default_options: [ @@ -22,7 +22,7 @@ install_subdir('themes', install_dir: '/usr/share/zero-panel/', strip_directory: true) install_man(['zero-panel.1']) -install_data('README', +install_data('README.org', install_dir: '/usr/share/doc/zero-panel/') gdbus_codegen = find_program('gdbus-codegen') -- GitLab