Update define.sh

This commit is contained in:
Kroese 2024-05-26 04:40:49 +02:00 committed by GitHub
parent 64219c864a
commit c59dda2931
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2146,7 +2146,7 @@ prepareXP() {
error "Failed to copy OEM folder!" && return 1
fi
file=$(find "$dest" -maxdepth 1 -type f -iname install.bat | head -n 1)
file=$(find "$folder" -maxdepth 1 -type f -iname install.bat | head -n 1)
if [ -f "$file" ]; then
unix2dos -q "$file"