16 Oct 2017, 19:59

@wulfman ok good

then if you modified line 88 in adflauncher.sh :

find "$romPath" -name "$prefix*" | sort | while read i

to :

find "$romPath" -maxdepth 0 -name "$prefix*" | sort | while read i

it should correct the bug. good catch !