This commit is contained in:
Fabio Lenherr / DashieTM 2023-10-29 14:55:24 +01:00
parent 2b3527235e
commit a115ca1ad1
14 changed files with 124 additions and 35 deletions

View file

@ -4,4 +4,9 @@ fn main() {
"src/resources/resources.gresource.xml",
"src.templates.gresource",
);
}
glib_build_tools::compile_resources(
&["src/resources/icons"],
"src/resources/icons/resources.gresource.xml",
"src.icons.gresource",
);
}