[GH-ISSUE #29] M001/S05/T02: Add --deploy-src flag to patch.js #30

Open
opened 2026-06-04 14:29:28 -04:00 by yindo · 0 comments
Owner

Originally created by @BillyOutlast on GitHub (May 18, 2026).
Original GitHub issue: https://github.com/Heretek-AI/GDevelop-BYOK/issues/29

T02: Add --deploy-src flag to patch.js

Add a --deploy-src <source-dir> flag to patch.js that, after all patches are applied, copies source modules into the cloned repo:

Files

  • scripts/patch.js

Verification

  • node scripts/patch.js --repo /tmp/test-deploy --dry-run --deploy-src . 2>&1 | grep -c 'would copy' → 7
Originally created by @BillyOutlast on GitHub (May 18, 2026). Original GitHub issue: https://github.com/Heretek-AI/GDevelop-BYOK/issues/29 ## T02: Add --deploy-src flag to patch.js Add a `--deploy-src <source-dir>` flag to patch.js that, after all patches are applied, copies source modules into the cloned repo: ### Files - `scripts/patch.js` ### Verification - [ ] node scripts/patch.js --repo /tmp/test-deploy --dry-run --deploy-src . 2>&1 | grep -c 'would copy' → 7
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Heretek-AI/GDevelop-BYOK#30