matthewjberger / scoop-nerd-fonts

A scoop bucket for installing nerd fonts
The Unlicense
353 stars 34 forks source link

ALL: Fix install script #286

Closed jonz94 closed 2 months ago

jonz94 commented 2 months ago

This PR replaces the default Copy-Item -Path ... with Copy-Item -LiteralPath ...

This ensures that if there are special characters inside the filename (such as [ or ], etc), they won't be parsed as a regular expression.


References: