chore: add software instasll

This commit is contained in:
2025-07-31 18:57:05 +10:00
parent fa79f53d16
commit a9a8f8d83d

View File

@ -50,7 +50,7 @@ if (!(Test-Path $clonePath)) {
}
# Install fonts
$fontsPath = Join-Path $clonePath 'fonts'
$fontsPath = Join-Path $clonePath 'font'
$fonts = Get-ChildItem -Path $fontsPath -Include *.ttf,*.otf -Recurse
foreach ($font in $fonts) {