From a9a8f8d83d57e309371483467014fda2e2bba80f Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Thu, 31 Jul 2025 18:57:05 +1000 Subject: [PATCH] chore: add software instasll --- SoftwareInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoftwareInstall.ps1 b/SoftwareInstall.ps1 index 60a57f3..046abb8 100644 --- a/SoftwareInstall.ps1 +++ b/SoftwareInstall.ps1 @@ -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) {