forked from CastroFidel/PortWINE
Scripts version 2188
This commit is contained in:
@ -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}"
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user