Fix: Install - output path

This commit is contained in:
alstjr7375 2022-04-18 12:06:22 +09:00
parent 736004f90a
commit b1595b9ec5

View file

@ -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}"
}
}
}