yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.25k stars 121 forks source link

Add quotes when copying result binary #269

Closed olejnjak closed 8 months ago

olejnjak commented 9 months ago

If user customized MINT_PATH and MINT_LINK_PATH to paths that contain spaces, the final copy of the binary failed because of missing quotes, this PR fixes that.