diff --git a/install.ps1 b/install.ps1 index f1ce468..a72d24d 100644 --- a/install.ps1 +++ b/install.ps1 @@ -693,7 +693,7 @@ function Apply-CustomFiles() { else { if ( Test-Path -Path "${profilePath}\${customFile}" -PathType leaf ) { $global:customFileApplied = $true - Get-Content -Path "${profilePath}\chrome\${customFile}" >> "${profilePath}\${targetFile}" + Get-Content -Path "${profilePath}\chrome\${customFile}" >> "${profilePath}\chrome\${targetFile}" } } }