fix bad pathing

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 20:35:10 +03:00
parent dc03cf2129
commit ce9a68a77f
2 changed files with 3 additions and 3 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
26
27

View File

@ -67,9 +67,9 @@ do
mmd -i "$LIVE_BOOT_PATH/efiboot.img" ::"$(echo $directory | tr '[:lower:]' '[:upper:]' | sed 's:/*$::')"
done
for file in $(find ./data/refind/EFI/ -type f | cut -d'/' -f4-)
for file in $(find ./data/refind/EFI/ -type f)
do
mcopy -i "$LIVE_BOOT_PATH/efiboot.img" $file ::"$(echo $file | tr '[:lower:]' '[:upper:]')"
mcopy -i "$LIVE_BOOT_PATH/efiboot.img" $file ::"$(echo $file | cut -d'/' -f4- | tr '[:lower:]' '[:upper:]')"
done
# Create Bootable UEFI Full Image