pre-update for PoE

This commit is contained in:
castro-fidel
2022-12-16 11:41:21 +03:00
parent 8d03563dbc
commit d7aac3dee6
9 changed files with 64 additions and 49 deletions

View File

@ -0,0 +1,20 @@
#!/usr/bin/env bash
# Author: Castro Fidel (linux-gaming.ru)
########################################################################
export LAUNCH_PARAMETERS=("/S")
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/PathOfExileInstaller.exe"
export PW_PREFIX_NAME="PATH_OF_EXILE"
start_portwine
if try_download "https://web.poecdn.com/protected/downloads/PathOfExileInstaller.exe?key=lpKVe-ZJOqVrur8612s8gg" "${PW_AUTOINSTALL_EXE}"
then
pw_start_progress_bar_block "${loc_gui_installing_the} Path of Exile. ${loc_gui_please_wait}"
pw_run "${PW_AUTOINSTALL_EXE}"
portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/PathOfExile.exe"
try_remove_file "${PW_AUTOINSTALL_EXE}"
kill_portwine
pw_stop_progress_bar
export PORTWINE_CREATE_SHORTCUT_NAME="Path of Exile"
portwine_create_shortcut
fi
stop_portwine