Files
desktop-apps/win-linux/res/gtk_resources.xml
2023-08-16 14:18:30 +03:00

16 lines
457 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/">
<file>icons/app-icon_64.png</file>
<file>icons/app-icon_96.png</file>
<file>icons/app-icon_128.png</file>
<file>icons/app-icon_256.png</file>
</gresource>
</gresources>
<!--
Compiling:
$ glib-compile-resources --target=gtk_resources.c --generate-source gtk_resources.xml
$ glib-compile-resources --target=gtk_resources.h --generate-header gtk_resources.xml
-->