forked from CastroFidel/PortWINE
###Scripts version 2074###
This commit is contained in:
parent
4062645eb2
commit
307b554b9b
@ -2,7 +2,7 @@ You can help us in the development of the project on the website: https://boosty
|
||||
-----------------------------------------
|
||||
Changelog:
|
||||
|
||||
###Scripts version 2072-2073###
|
||||
###Scripts version 2072-2074###
|
||||
* HOTFIX - fixed launch of League of Legends
|
||||
|
||||
###Scripts version 2071###
|
||||
|
@ -2,7 +2,7 @@
|
||||
-----------------------------------------
|
||||
История изменений:
|
||||
|
||||
###Scripts version 2072-2073###
|
||||
###Scripts version 2072-2074###
|
||||
* HOTFIX - исправлен запуск League Of Legends
|
||||
|
||||
###Scripts version 2071###
|
||||
|
@ -89,7 +89,7 @@ add_in_start_portwine () {
|
||||
zenity --question --title="Fix for LoL anti-cheat" \
|
||||
--text='Root rights are required to execute the command: \n"sysctl -w abi.vsyscall32=0" and "sysctl -p"' --no-wrap
|
||||
[ "$?" = 1 ] && exit 0
|
||||
pkexec /bin/bash -с 'sysctl -w abi.vsyscall32=0 && sysctl -p'
|
||||
pkexec /bin/bash -c 'sysctl -w abi.vsyscall32=0'
|
||||
fi
|
||||
check_port_for_lol &
|
||||
}
|
||||
|
@ -486,7 +486,7 @@ start_portwine () {
|
||||
wait_wineserver &&
|
||||
echo "Set to win${PW_WINDOWS_VER}"
|
||||
fi
|
||||
pw_stop_progress_bar
|
||||
pw_stop_progress_bar
|
||||
pw_tray_icon
|
||||
pw_start_progress_bar_cover "${PW_GUI_ICON_PATH}/covers/pw_loading_cover.gif"
|
||||
add_in_start_portwine
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#Author: Castro-Fidel (PortWINE-Linux.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2073
|
||||
#SCRIPTS_NEXT_VERSION=2074
|
||||
#PORT_NEXT_VERSION=97
|
||||
########################################################################
|
||||
export PW_MANGOHUD=1
|
||||
|
Loading…
Reference in New Issue
Block a user