fix(firefoxgx): change path of newtab image
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
603bb6adee
commit
d47ef46c74
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
|||
|
||||
# Fix new tab background for nix
|
||||
substituteInPlace ./chrome/components/ogx_root-personal.css \
|
||||
--replace '../images/newtab/wallpaper-dark.png' "$out/chrome/images/newtab/private-dark.png"
|
||||
--replace '../newtab/wallpaper-dark.png' "$out/chrome/newtab/private-dark.png"
|
||||
|
||||
mkdir -p $out
|
||||
cp -r ./* $out
|
||||
|
|
Loading…
Reference in a new issue