mobilizonPatchLogos: patch logo.svg
This commit is contained in:
parent
4401f32ca8
commit
c9b6653bf2
|
@ -72,6 +72,8 @@
|
||||||
src = pkg;
|
src = pkg;
|
||||||
nativeBuildInputs = [ pkgs.imagemagick ];
|
nativeBuildInputs = [ pkgs.imagemagick ];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
cp '${logo}' js/src/assets/logo.svg
|
||||||
|
|
||||||
magick convert \
|
magick convert \
|
||||||
-resize x16 \
|
-resize x16 \
|
||||||
-gravity center \
|
-gravity center \
|
||||||
|
|
Loading…
Reference in a new issue