Scripts version 2340

This commit is contained in:
Mikhail Tergoev
2024-08-27 23:12:58 +03:00
parent 530a28de1e
commit 4b27dd3670
4 changed files with 16 additions and 6 deletions

View File

@ -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

View File

@ -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"