fixed news wine from kron4ek

This commit is contained in:
Mikhail Tergoev 2025-04-08 14:15:12 +03:00
parent 4e960fe086
commit db6b915aba
2 changed files with 4 additions and 2 deletions

@ -4322,7 +4322,9 @@ pw_run () {
if file "$portwine_exe" | grep -q "x86-64" ; then
print_info "file: $portwine_exe is x86-64, force set WINE_LARGE_ADDRESS_AWARE to 0"
export WINE_LARGE_ADDRESS_AWARE="0"
export WINELOADER="${WINELOADER}64"
if [[ -f "${WINELOADER}64" ]]
then export WINELOADER="${WINELOADER}64"
fi
else
print_info "file: $portwine_exe not x86-64, force set WINE_LARGE_ADDRESS_AWARE to 1"
export WINE_LARGE_ADDRESS_AWARE="1"

@ -4,4 +4,4 @@
#Rating=1-5
export PW_VULKAN_USE="2"
export PW_WINE_USE="WINE_LG"
export LAUNCH_URI="com.epicgames.launcher://apps/Eel?action=launch&silent=true"
# export LAUNCH_URI="com.epicgames.launcher://apps/Eel?action=launch&silent=true"