updated AI for latest games

This commit is contained in:
Mikhail Tergoev
2024-10-27 15:49:43 +03:00
parent e7745dc524
commit 6fa65cb925
7 changed files with 14 additions and 7 deletions

View File

@ -2502,7 +2502,7 @@ pw_create_gui_png () {
fi
if [[ -n "$PW_PRODUCTNAME" ]] \
&& [[ "$PW_PRODUCTNAME" != Bootstrap* ]]
&& [[ ! "$PW_PRODUCTNAME" =~ Bootstrap ]]
then
PORTPROTON_NAME="$PW_PRODUCTNAME"
else