diff options
author | vaxerski <[email protected]> | 2023-07-13 14:32:30 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-07-13 14:32:30 +0200 |
commit | 70dae78c1b5b17288a3e343b87ca6d10244ee937 (patch) | |
tree | e04a37d3f230b0d8bb1eaa2066bf26a1e4cffcda /Makefile | |
parent | 5e577acf516b80173f695a458c2cc188a4d64560 (diff) | |
download | Hyprland-70dae78c1b5b17288a3e343b87ca6d10244ee937.tar.gz Hyprland-70dae78c1b5b17288a3e343b87ca6d10244ee937.zip |
background: add mascot versions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ install: cp ./assets/wall_2K.png ${PREFIX}/share/hyprland cp ./assets/wall_4K.png ${PREFIX}/share/hyprland cp ./assets/wall_8K.png ${PREFIX}/share/hyprland + cp ./assets/wall_anime_2K.png ${PREFIX}/share/hyprland + cp ./assets/wall_anime_4K.png ${PREFIX}/share/hyprland + cp ./assets/wall_anime_8K.png ${PREFIX}/share/hyprland mkdir -p ${PREFIX}/share/man/man1 install -m644 ./docs/*.1 ${PREFIX}/share/man/man1 |