diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-03-31 19:00:06 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-03-31 19:07:09 +0200 |
commit | 2e5cf1278d8976a1d714c5fe2b0b58fd9175d975 (patch) | |
tree | 7cd59a2fbd0122122b307240f101c1b3eb8e71a3 /data | |
parent | d8ab381ea63e90053c958a7658d421f6843a8783 (diff) |
Use GResource for sky.png
Diffstat (limited to 'data')
-rw-r--r-- | data/colloquium.gresource.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/colloquium.gresource.xml b/data/colloquium.gresource.xml new file mode 100644 index 0000000..5af8c0e --- /dev/null +++ b/data/colloquium.gresource.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/uk/me/bitwiz/Colloquium"> + <file>sky.png</file> + </gresource> +</gresources> |