fixd GI autoinstall

This commit is contained in:
Mikhail Tergoev
2024-07-03 16:47:03 +03:00
parent 66b8a7de9a
commit f21a87b20e
4 changed files with 11 additions and 184 deletions

View File

@ -2,19 +2,19 @@
# Author: Castro-Fidel (linux-gaming.ru)
########################################################################
export PW_VULKAN_USE=2
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/gi_installer.exe"
export PW_PREFIX_NAME="GENSHIN_IMPACT"
export PORTWINE_CREATE_SHORTCUT_NAME="Genshin Impact"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Hoyolauncher_installer.exe"
export PW_PREFIX_NAME="HoYoPlay"
export PORTWINE_CREATE_SHORTCUT_NAME="HoYoPlay"
start_portwine
if try_download "https://ys-api-os.mihoyo.com/event/download_porter/link/ys_global/genshinimpactpc/default" "${PW_AUTOINSTALL_EXE}" no_mirror
then
pw_start_progress_bar_block "Installing Genshin Impact Launcher."
pw_start_progress_bar_block "Installing HoYoPlay Launcher."
pw_kill_autostart launcher.exe &
export PATH_TO_GAME="${PW_USER_TEMP}"
pw_run "${PW_AUTOINSTALL_EXE}"
export portwine_exe="$WINEPREFIX/drive_c/Program Files/Genshin Impact/launcher.exe"
export portwine_exe="$WINEPREFIX/drive_c/Program Files/HoYoPlay/launcher.exe"
pw_create_unique_exe
try_remove_file "${PW_AUTOINSTALL_EXE}"
try_remove_file "${portwine_exe}.ppdb"
@ -24,4 +24,3 @@ then
fi
stop_portwine