mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
extra wallpaper
This commit is contained in:
2
Makefile
2
Makefile
@@ -107,7 +107,7 @@ $(ISO_IMAGE): $(KERNEL_ELF) limine.conf limine-setup
|
||||
fi
|
||||
|
||||
mkdir -p $(ISO_DIR)/Library/images/Wallpapers
|
||||
@for f in $(SRC_DIR)/images/wallpapers/*.jpg; do \
|
||||
@for f in $(SRC_DIR)/images/wallpapers/*; do \
|
||||
if [ -f "$$f" ]; then \
|
||||
basename=$$(basename "$$f"); \
|
||||
cp "$$f" $(ISO_DIR)/Library/images/Wallpapers/; \
|
||||
|
||||
Reference in New Issue
Block a user