liudonghua123 / node-sea

It's a simple tool which build js as a single executable for easy deploying.
https://www.npmjs.com/package/@liudonghua123/node-sea
MIT License
17 stars 7 forks source link

Fixed handling of special characters in child process paths #2

Closed zaacksb closed 5 months ago

zaacksb commented 5 months ago

This PR addresses an issue where paths containing special characters, such as spaces, caused failures during the blob generation and injection processes. The fix ensures that these paths are correctly handled, preventing errors.

Details

Testing

Notes

Please review the changes and run the tests to confirm the fix. Your feedback is appreciated.

liudonghua123 commented 5 months ago

@zaacksb Thanks for the pr. 😄