forked from CastroFidel/PortWINE
Scripts version 2223
This commit is contained in:
@ -7,14 +7,13 @@ export PW_AUTOINSTALL_EXE="${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/dri
|
||||
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||
# export DISABLE_CP_DEFPFX=1
|
||||
export PW_MUST_HAVE_DLL=""
|
||||
# export PW_WINE_USE="WINE-8.8-STAGING-TKG-AMD64"
|
||||
# gui_proton_downloader silent "WINE-8.8-STAGING-TKG-AMD64"
|
||||
|
||||
|
||||
start_portwine
|
||||
if try_download "setup.rbxcdn.com/RobloxPlayerLauncher.exe" "${PW_AUTOINSTALL_EXE}"
|
||||
then
|
||||
pw_run "${PW_AUTOINSTALL_EXE}"
|
||||
portwine_exe=`find "$WINEPREFIX/drive_c/" -type f -name "RobloxPlayerBeta.exe"`
|
||||
portwine_exe="$(find "$WINEPREFIX/drive_c/" -type f -name "RobloxPlayerBeta.exe")"
|
||||
try_remove_file "${portwine_exe}.ppdb"
|
||||
pw_stop_progress_bar
|
||||
# export PORTWINE_CREATE_SHORTCUT_NAME="RobloxPlayerBeta"
|
||||
|
Reference in New Issue
Block a user