mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
extra wallpaper
This commit is contained in:
parent
1b181772a1
commit
1639b09cb5
8 changed files with 1 additions and 1 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
2
Makefile
2
Makefile
|
|
@ -107,7 +107,7 @@ $(ISO_IMAGE): $(KERNEL_ELF) limine.conf limine-setup
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p $(ISO_DIR)/Library/images/Wallpapers
|
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 \
|
if [ -f "$$f" ]; then \
|
||||||
basename=$$(basename "$$f"); \
|
basename=$$(basename "$$f"); \
|
||||||
cp "$$f" $(ISO_DIR)/Library/images/Wallpapers/; \
|
cp "$$f" $(ISO_DIR)/Library/images/Wallpapers/; \
|
||||||
|
|
|
||||||
BIN
boredos.iso
BIN
boredos.iso
Binary file not shown.
BIN
src/.DS_Store
vendored
BIN
src/.DS_Store
vendored
Binary file not shown.
BIN
src/kernel/.DS_Store
vendored
BIN
src/kernel/.DS_Store
vendored
Binary file not shown.
BIN
src/kernel/images/.DS_Store
vendored
BIN
src/kernel/images/.DS_Store
vendored
Binary file not shown.
BIN
src/kernel/images/wallpapers/.DS_Store
vendored
BIN
src/kernel/images/wallpapers/.DS_Store
vendored
Binary file not shown.
BIN
src/kernel/images/wallpapers/cliff.jpg
Normal file
BIN
src/kernel/images/wallpapers/cliff.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 600 KiB |
Loading…
Reference in a new issue