Scripts version 2188

This commit is contained in:
Mikhail Tergoev
2023-05-26 11:01:43 +03:00
parent 1e198ba0c6
commit 8bbb990c2b
14 changed files with 55 additions and 61 deletions

View File

@ -2,7 +2,9 @@
# Author: Castro Fidel
########################################################################
export LAUNCH_PARAMETERS=("/S")
export PW_PREFIX_NAME="IGCLIENT"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/igclient_setup.exe"
export PW_DLL_INSTALL="vcrun2019"
start_portwine
if try_download "https://content.indiegalacdn.com/common/IGClientSetup.exe" "${PW_AUTOINSTALL_EXE}"

View File

@ -4,6 +4,9 @@
export PW_PREFIX_NAME=DOTNET
export LAUNCH_PARAMETERS=("/s" )
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/plarium_play_setup.exe"
export PW_WINE_USE="WINE-PROTON-8.0-2-AMD64"
gui_proton_downloader silent "WINE-PROTON-8.0-2-AMD64"
start_portwine
if try_download "https://plarium.com/services/api/downloads/desktop?lid=1&arc=64&os=windows" "${PW_AUTOINSTALL_EXE}"
then
@ -19,3 +22,5 @@ then
portwine_create_shortcut
fi
stop_portwine