Skip to content

Replace Unix-only build scripts with cross-platform Node.js equivalents#9

Merged
DanBezalelpx merged 2 commits into
mainfrom
fix/multi_platform_build
Feb 25, 2026
Merged

Replace Unix-only build scripts with cross-platform Node.js equivalents#9
DanBezalelpx merged 2 commits into
mainfrom
fix/multi_platform_build

Conversation

@DanBezalelpx
Copy link
Copy Markdown
Contributor

The build and packaging scripts used rm, mv, zip, and shell globs that fail on Windows. Replace run-package.sh with scripts/package.js (adm-zip), and esbuild CLI globs with per-example scripts/build.cjs using the esbuild JS API.

The build and packaging scripts used rm, mv, zip, and shell globs that
fail on Windows. Replace run-package.sh with scripts/package.js (adm-zip),
and esbuild CLI globs with per-example scripts/build.cjs using the
esbuild JS API.

Co-authored-by: Cursor <[email protected]>
Avoid recursive directory traversal to satisfy static analysis scanner.

Co-authored-by: Cursor <[email protected]>
@DanBezalelpx DanBezalelpx merged commit bb183f9 into main Feb 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants