matthewjberger / scoop-nerd-fonts

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

fix(installer): Use $_.FullName to work with PowerShell 5 and 6 #13

Closed r15ch13 closed 5 years ago

r15ch13 commented 5 years ago

This fixes a problem with PowerShell 6 handling the result from Get-ChildItem differently than PowerShell 5. Closes #12

matthewjberger commented 5 years ago

Thank you!