#Check for PE without external tools
#set compatible if ISO file is less than 80MB
if [ $vt_chosen_size -gt 33554432 -a $vt_chosen_size -le 83886080 ]; then
- set ventoy_compatible=YES
- elif [ -e $1/WEPE/WEPE.INI ]; then
- set ventoy_compatible=YES
+ set ventoy_compatible=YES
fi
return