Scripts version 2303

This commit is contained in:
Mikhail Tergoev
2024-06-06 18:01:58 +03:00
parent 0b81103204
commit c6359f653b
5 changed files with 21 additions and 5 deletions

View File

@ -1437,7 +1437,9 @@ pw_create_gui_png () {
PW_PRODUCTNAME="$(echo "$PW_PRODUCTNAME" | sed 's/Launcher\|RU//g')"
fi
if [[ ! -z "$PW_PRODUCTNAME" ]] ; then
if [[ ! -z "$PW_PRODUCTNAME" ]] \
&& [[ "$PW_PRODUCTNAME" != Bootstrap* ]]
then
PORTPROTON_NAME="$PW_PRODUCTNAME"
else
PORTPROTON_NAME="$(basename "${portwine_exe}" .exe)"