diff options
author | hrxi <hrrrxi@gmail.com> | 2023-06-04 09:40:29 +0200 |
---|---|---|
committer | fiaxh <fiaxh@users.noreply.github.com> | 2023-10-06 15:25:12 +0200 |
commit | 7326ca4d1b61f775666dc53adc23aae51f5b643d (patch) | |
tree | 2516bc3dff9ce4a6ded3a60137410660601d7c76 /plugins/openpgp/data/gresource.xml | |
parent | 6d838c1c317164fb7e54442312f63d4cb4beaddd (diff) | |
download | dino-7326ca4d1b61f775666dc53adc23aae51f5b643d.tar.gz dino-7326ca4d1b61f775666dc53adc23aae51f5b643d.zip |
meson: Add openpgp plugin
Diffstat (limited to 'plugins/openpgp/data/gresource.xml')
-rw-r--r-- | plugins/openpgp/data/gresource.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/openpgp/data/gresource.xml b/plugins/openpgp/data/gresource.xml new file mode 100644 index 00000000..fbe2e8e9 --- /dev/null +++ b/plugins/openpgp/data/gresource.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/im/dino/Dino/openpgp"> + <file>account_settings_item.ui</file> + </gresource> +</gresources> |