Commit 0552b3ec authored by Sergey Palcheh's avatar Sergey Palcheh

updated the link to download PW_STEAM

parent 175c2b22
...@@ -11,7 +11,7 @@ export WINEDLLOVERRIDES="OnlineFix64,SteamOverlay64,steam_api,steam_api64,steamc ...@@ -11,7 +11,7 @@ export WINEDLLOVERRIDES="OnlineFix64,SteamOverlay64,steam_api,steam_api64,steamc
export LAUNCH_PARAMETERS="-cef-disable-gpu-compositing" export LAUNCH_PARAMETERS="-cef-disable-gpu-compositing"
# export LAUNCH_PARAMETERS="-gamepadui -fullscreen -no-dwrite" # export LAUNCH_PARAMETERS="-gamepadui -fullscreen -no-dwrite"
export PW_VULKAN_USE="1" export PW_VULKAN_USE="2"
add_in_start_portwine () { add_in_start_portwine () {
echo "Disabled silent autostart steam." echo "Disabled silent autostart steam."
......
...@@ -11,7 +11,7 @@ export LAUNCH_PARAMETERS="/S /D=c:\Program Files (x86)\Steam" ...@@ -11,7 +11,7 @@ export LAUNCH_PARAMETERS="/S /D=c:\Program Files (x86)\Steam"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/SteamSetup.exe" export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/SteamSetup.exe"
start_portwine start_portwine
if try_download "https://cdn.cloudflare.steamstatic.com/client/installer/SteamSetup.exe" "${PW_AUTOINSTALL_EXE}" no_mirror if try_download "https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
then then
pw_start_progress_bar_install_game "Steam." pw_start_progress_bar_install_game "Steam."
pw_kill_autostart steam.exe & pw_kill_autostart steam.exe &
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment