mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
Update define.sh
This commit is contained in:
parent
43d7b29346
commit
dc01403748
1 changed files with 1 additions and 1 deletions
|
|
@ -1836,7 +1836,7 @@ detectLegacy() {
|
|||
find=$(find "$dir" -maxdepth 1 -iname WIN51 -print -quit)
|
||||
|
||||
if [ -n "$find" ]; then
|
||||
|
||||
|
||||
find=$(find "$dir" -maxdepth 1 -type f -iname WIN51AP -print -quit)
|
||||
[ -n "$find" ] && DETECTED="winxpx64" && return 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue