fix(linux): Fix keyman-config Linux package

Add com.keyman.gschema.xml to source package. We use the Python
setuptools to create the binary and source package, therefore
we have to tell it to include the schema file.
This commit is contained in:
Eberhard Beilharz 2020-03-17 15:06:37 +01:00
parent 6f4f6d69a3
commit 81bd3ca4e9
No known key found for this signature in database
GPG key ID: 64A39A9E98B53105

View file

@ -2,3 +2,4 @@ recursive-include keyman_config/icons *
recursive-include icons *
include README.md
include *.bash-completion
include *.gschema.xml