Fix app icon
This commit is contained in:
parent
990ecbd67e
commit
077c602860
@ -4,8 +4,6 @@ let
|
|||||||
secrets = import ./secrets.nix;
|
secrets = import ./secrets.nix;
|
||||||
|
|
||||||
branding = ''
|
branding = ''
|
||||||
cp app/javascript/images/logo.svg app/javascript/images/app-icon.svg
|
|
||||||
|
|
||||||
PATH=$PATH:${pkgs.librsvg}/bin:${pkgs.imagemagick}/bin \
|
PATH=$PATH:${pkgs.librsvg}/bin:${pkgs.imagemagick}/bin \
|
||||||
RAILS_ENV=development rake branding:generate
|
RAILS_ENV=development rake branding:generate
|
||||||
'';
|
'';
|
||||||
@ -24,6 +22,7 @@ let
|
|||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
./patches/logo.patch
|
./patches/logo.patch
|
||||||
|
./patches/app-icon.patch
|
||||||
./patches/logo-symbol-wordmark.patch
|
./patches/logo-symbol-wordmark.patch
|
||||||
./patches/mascot.patch
|
./patches/mascot.patch
|
||||||
|
|
||||||
|
503
patches/app-icon.patch
Normal file
503
patches/app-icon.patch
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user