Scripts version 2340
This commit is contained in:
@ -1745,8 +1745,7 @@ pw_create_gui_png () {
|
||||
fi
|
||||
|
||||
if [[ ! -z "$PW_PRODUCTNAME" ]] \
|
||||
&& [[ "$PW_PRODUCTNAME" != Bootstrap* ]] \
|
||||
&& ! echo "${portwine_exe}" | grep -i "setup" &>/dev/null
|
||||
&& [[ "$PW_PRODUCTNAME" != Bootstrap* ]]
|
||||
then
|
||||
PORTPROTON_NAME="$PW_PRODUCTNAME"
|
||||
else
|
||||
@ -4872,7 +4871,7 @@ portwine_create_shortcut () {
|
||||
pw_auto_create_shortcut () {
|
||||
if [[ "${PW_CHECK_AUTOINSTALL}" == 1 ]] \
|
||||
|| [[ -z "${portwine_exe}" ]] \
|
||||
|| echo "${portwine_exe}" | grep -i "gc_api.exe\|vkplay" &>/dev/null
|
||||
|| echo "${portwine_exe}" | grep -i "gc_api.exe\|vkplay\|pulseonline" &>/dev/null
|
||||
then
|
||||
print_warning "Skipping auto create shortcut"
|
||||
return 0
|
||||
|
Reference in New Issue
Block a user