forked from CastroFidel/PortWINE
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (linux-gaming.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2339
|
||||
#SCRIPTS_NEXT_VERSION=2340
|
||||
#SCRIPTS_STABLE_VERSION=2336
|
||||
########################################################################
|
||||
# export PROTON_USE_XALIA="1"
|
||||
|
Reference in New Issue
Block a user