diff options
author | P. J. McDermott <pj@pehjota.net> | 2023-10-01 16:32:49 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2023-10-01 16:32:49 (EDT) |
commit | bab4f35fc5c13341fb9cc96a7cb863c5cd5c3f53 (patch) | |
tree | 75d9463a02eb5984e1f33aadba830f490f2b103c /src/siglo.gresource.xml | |
download | siglo-3e10d606b206b9d6cb1f9ab72cf9a76f105a9275.zip siglo-3e10d606b206b9d6cb1f9ab72cf9a76f105a9275.tar.gz siglo-3e10d606b206b9d6cb1f9ab72cf9a76f105a9275.tar.bz2 |
New upstream version 0.9.9upstream/0.9.9upstream/latest
Diffstat (limited to 'src/siglo.gresource.xml')
-rw-r--r-- | src/siglo.gresource.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/siglo.gresource.xml b/src/siglo.gresource.xml new file mode 100644 index 0000000..2c769e8 --- /dev/null +++ b/src/siglo.gresource.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/com/github/theironrobin/siglo"> + <file>window.ui</file> + <file>watch.svg</file> + <file>watch-icon.svg</file> + <file>watch-check.svg</file> + <file>watch-progress.svg</file> + <file>watch-error.svg</file> + </gresource> +</gresources> |