POST_BUILD_DHECK: Add confirmation message for global.sh presence in post_build_check.sh [skip ci]

This commit is contained in:
XargonWan 2025-03-30 15:50:24 +09:00
parent 8494102d52
commit 29a085d72d

View file

@ -17,6 +17,8 @@ GLOBAL_SH_PATH="/app/libexec/global.sh"
if ! flatpak run --command=ls "$FLATPAK_APP_ID" "$GLOBAL_SH_PATH" &> /dev/null; then
echo "✗ global.sh not found at $GLOBAL_SH_PATH" | tee -a "$LOG_FILE"
exit 1
else
echo "✓ global.sh found at $GLOBAL_SH_PATH" | tee -a "$LOG_FILE"
fi
# Source global.sh to load the `features` variable