fix: add log for generic variables [skip ci]

This commit is contained in:
Baptiste Augrain
2025-03-18 13:56:01 +01:00
parent c3ba8f9bb6
commit ce9450ec98

View File

@@ -21,6 +21,12 @@ cd vscode || { echo "'vscode' dir not found"; exit 1; }
# apply patches
{ set +x; } 2>/dev/null
echo "APP_NAME=\"${APP_NAME}\""
echo "APP_NAME_LC=\"${APP_NAME_LC}\""
echo "BINARY_NAME=\"${BINARY_NAME}\""
echo "GH_REPO_PATH=\"${GH_REPO_PATH}\""
echo "ORG_NAME=\"${ORG_NAME}\""
for file in ../patches/*.patch; do
if [[ -f "${file}" ]]; then
apply_patch "${file}"