diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-11 14:21:04 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-11 14:21:04 -0400 |
commit | aefa615b8e60e12f415ff66ceaa59bd8c83e481c (patch) | |
tree | b60dde9cff07228c0c920d3f369be7260b6b0ba9 /hyra-build.sh | |
parent | f79d48d95423842e9f28efb0614aaf5da9474071 (diff) |
build: Update wallpaper
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'hyra-build.sh')
-rwxr-xr-x | hyra-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyra-build.sh b/hyra-build.sh index 68f415f..1ebc3bb 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -67,7 +67,7 @@ gen_iso_root() { cp $RAMFS_NAME iso_root/boot/ cp builddeps/limine.conf stand/limine/limine-bios.sys \ stand/limine/limine-bios-cd.bin stand/limine/limine-uefi-cd.bin iso_root/ - cp builddeps/tree.jpg iso_root/boot/ + cp builddeps/wallpaper.jpg iso_root/boot/ } ################################## |