forked from CastroFidel/PortWINE
fix download no-mirror and drop progpfx
This commit is contained in:
@ -134,7 +134,6 @@ export PW_GS_MANGOAPP="0"
|
||||
###PREFIX_VERSION###
|
||||
export DOTPFX_VER="48v7"
|
||||
export DEFPFX_VER="v1"
|
||||
export PROGPFX_VER="v1"
|
||||
export PW_MUST_WINEDLLOVERRIDES="steam_api,steam_api64,steamclient,steamclient64=n;dotnetfx35.exe,dotnetfx35setup.exe=b;winemenubuilder.exe="
|
||||
#################################################################
|
||||
# Get our APi on https://www.steamgriddb.com/profile/preferences/api/
|
||||
@ -148,7 +147,6 @@ pw_list_install_dll_in_prefix ()
|
||||
case $PW_PREFIX_NAME in
|
||||
DEFAULT) export PW_MUST_HAVE_DLL="$STANDART_DLL" ;;
|
||||
DOTNET) export PW_MUST_HAVE_DLL="dotnet48" ;;
|
||||
PROGRAMS) export PW_MUST_HAVE_DLL="riched20 msxml3 msxml4 msxml6" ;;
|
||||
*) export PW_MUST_HAVE_DLL="sandbox" ;;
|
||||
esac
|
||||
}
|
||||
|
Reference in New Issue
Block a user