📦 build(scripts/build): update gresources list file path

This commit is contained in:
retrozinndev
2025-08-11 14:46:00 -03:00
parent a69ec9973b
commit 231f4547b9
+2 -2
View File
@@ -48,8 +48,8 @@ echo "[info] compiling gresource"
gres_target=`[[ "$keep_gresource" ]] && echo -n "$output/resources.gresource" || \
echo -n "${gresources_target:-$output/resources.gresource}"`
mkdir -p `dirname "$gres_target"`
glib-compile-resources src/resources.gresource.xml \
--sourcedir ./src \
glib-compile-resources resources.gresource.xml \
--sourcedir ./resources \
--target "$gres_target"
echo "[info] bundling project"