[linux] updmanager: add automatic generation of glib resources

This commit is contained in:
SimplestStudio
2024-01-16 12:37:45 +02:00
parent d0fd9df40d
commit 3db20a8b40
7 changed files with 20 additions and 4273 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/">
<file>icons/app-icon_64.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
-->