diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2022-01-09 18:36:27 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2022-01-09 19:11:36 +0100 | 
| commit | 4f19a67da34ff39c5a04a6a8ab59a4df0d54e540 (patch) | |
| tree | c44c9d7b2f756d855628362eb133f1b2b9c93fb8 /resources | |
| parent | 12e3c42888879275c53e9044749409af62f2cd88 (diff) | |
| download | fiv-4f19a67da34ff39c5a04a6a8ab59a4df0d54e540.tar.gz fiv-4f19a67da34ff39c5a04a6a8ab59a4df0d54e540.tar.xz fiv-4f19a67da34ff39c5a04a6a8ab59a4df0d54e540.zip  | |
Add an unnecessarily fancy about dialog
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/resources.gresource.xml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/resources.gresource.xml b/resources/resources.gresource.xml index 0b32dc8..092aed1 100644 --- a/resources/resources.gresource.xml +++ b/resources/resources.gresource.xml @@ -1,5 +1,8 @@  <?xml version="1.0" encoding="UTF-8"?>  <gresources> +	<gresource prefix="/"> +		<file alias="LICENSE">../LICENSE</file> +	</gresource>  	<gresource prefix="/org/gnome/design/IconLibrary/scalable/actions/">  		<file preprocess="xml-stripblanks">circle-filled-symbolic.svg</file>  		<file preprocess="xml-stripblanks">funnel-symbolic.svg</file>  | 
