mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: Install - output path
This commit is contained in:
parent
736004f90a
commit
b1595b9ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue