mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-03 14:47:18 +03:00
boot/splash: Use symlink for logo artwork
This will allow a single build to be made, instead of one build per logo.
This commit is contained in:
parent
3cb45e2fb1
commit
b6a3a7a427
@ -3,7 +3,7 @@
|
||||
let
|
||||
assets = runCommand "boot-splash-assets" {} ''
|
||||
mkdir -p $out
|
||||
cp ${../../artwork/logo/logo.white.svg} $out/logo.svg
|
||||
ln -s /etc/logo.svg $out/logo.svg
|
||||
'';
|
||||
in
|
||||
mobile-nixos.mkLVGUIApp {
|
||||
|
Loading…
Reference in New Issue
Block a user