pulsar-edit / ppm

Pulsar Package Manager
MIT License
35 stars 13 forks source link

Make `postinstall` scripts work on Windows with spaces in cwd path #83

Closed confused-Techie closed 1 year ago

confused-Techie commented 1 year ago

Before this change, if a Windows user plans to contribute and saves PPM into a directory that has spaces in it's path, the scripts will fail. Wrapping all paths to files with " ensures it's handled as a string by the terminal, ensuring Windows users can contribute, without having to save this into a specific directory