diff --git a/.github/push-iso b/.github/push-iso index 6f4247a..f64f5d8 100644 --- a/.github/push-iso +++ b/.github/push-iso @@ -1 +1 @@ -26 +27 diff --git a/build.sh b/build.sh index 18c3625..7ca6567 100755 --- a/build.sh +++ b/build.sh @@ -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