💥 fix(scripts/build): wrong variable name for gresoruce target

This commit is contained in:
retrozinndev
2025-08-10 16:17:00 -03:00
parent 052854a407
commit 7ba1b1d479
+2 -1
View File
@@ -57,7 +57,8 @@ ags bundle src/app.ts $output/colorshell \
-r ./src \ -r ./src \
-d "DEVEL=`[[ $is_devel ]] && echo -n true || echo -n false`" \ -d "DEVEL=`[[ $is_devel ]] && echo -n true || echo -n false`" \
-d "COLORSHELL_VERSION='`cat package.json | jq -r .version`'" \ -d "COLORSHELL_VERSION='`cat package.json | jq -r .version`'" \
-d "GRESOURCES_FILE='${gresources_file:-$output/resources.gresource}'" -d "GRESOURCES_FILE='${gresources_target:-$output/resources.gresource}'" \
|| rm -rf src/node_modules
echo "[info] cleaning" echo "[info] cleaning"
rm -rf src/node_modules rm -rf src/node_modules