mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-12-05 09:44:20 +01:00
Merge pull request #774 from chris1111/master
Update theme copy logic in makeiso script Add CD icon images for multiple platforms; Linux, macOS, and Windows platforms in the Glass/icons directory.
This commit is contained in:
commit
d4b0341470
BIN
CloverPackage/CloverV2/themespkg/Glass/icons/cd.png
Normal file
BIN
CloverPackage/CloverV2/themespkg/Glass/icons/cd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
CloverPackage/CloverV2/themespkg/Glass/icons/cd_lin.png
Normal file
BIN
CloverPackage/CloverV2/themespkg/Glass/icons/cd_lin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
CloverPackage/CloverV2/themespkg/Glass/icons/cd_mac.png
Normal file
BIN
CloverPackage/CloverV2/themespkg/Glass/icons/cd_mac.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
CloverPackage/CloverV2/themespkg/Glass/icons/cd_win.png
Normal file
BIN
CloverPackage/CloverV2/themespkg/Glass/icons/cd_win.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@ -71,8 +71,8 @@ cp -p "${SYMROOT}"/utils/* "${IMGROOT}"/usr/local/bin
|
||||
echo "[CP] cdboot"
|
||||
cp -f ${SYMROOT}/i386/cdboot ${CDBOOT}
|
||||
echo "[CP] $THEME"
|
||||
if [[ -d "${CLOVERROOT}/themespkg/$THEME" ]]; then
|
||||
cp -r -f ${CLOVERROOT}/themespkg/$THEME ${IMGROOT}/EFI/CLOVER/themes/
|
||||
if [[ -d "${CLOVERROOT}/themespkg" ]]; then
|
||||
cp -r -f ${CLOVERROOT}/themespkg/* ${IMGROOT}/EFI/CLOVER/themes/
|
||||
fi
|
||||
|
||||
echo "[CP] BOOTX64"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user