summaryrefslogtreecommitdiff
path: root/src/gui/gresource.xml
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-07-02 06:27:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-07-02 06:27:09 (GMT)
commitd3c74213cf2306453b21779c80d05d121fbffe66 (patch)
tree4222409777f72f77238c95adba34ed5b07746567 /src/gui/gresource.xml
parent21788df2799eb8976c1c68cd84abf0ffe92a7a45 (diff)
Ensure minimal desktop support for icon and name.
Diffstat (limited to 'src/gui/gresource.xml')
-rw-r--r--src/gui/gresource.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gresource.xml b/src/gui/gresource.xml
index 011281d..f8baf25 100644
--- a/src/gui/gresource.xml
+++ b/src/gui/gresource.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
- <gresource prefix="/org/chrysalide/gui">
- <file compressed="true">editor.ui</file>
+ <gresource prefix="/re/chrysalide/framework/images">
+ <file compressed="true" alias="chrysalide-logo.svg">../../pixmaps/chrysalide-logo.svg</file>
</gresource>
</gresources>