mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[linux] updmanager: add automatic generation of glib resources
This commit is contained in:
12
win-linux/res/gresource.xml
Normal file
12
win-linux/res/gresource.xml
Normal 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
|
||||
-->
|
||||
Reference in New Issue
Block a user