diff --git a/util/windows.psm1 b/util/windows.psm1 index 6ad0f70..8dbe3d0 100644 --- a/util/windows.psm1 +++ b/util/windows.psm1 @@ -149,7 +149,7 @@ function InstallNerdFont Expand-Archive $source -DestinationPath $destination -Force | Out-Null # Install extracted fonts - $fontFiles = Get-ChildItem -Path $destination -Include "*.ttf", "*.otf" + $fontFiles = Get-ChildItem -Path $destination -Recurse -Include "*.ttf", "*.otf" foreach ($font in $fontFiles) {