forked from CastroFidel/PortWINE
Scripts version 2322
This commit is contained in:
@ -13,9 +13,6 @@ fi
|
||||
NOSTICONPATH="${PORT_WINE_PATH}/data/img/${name_desktop}.png"
|
||||
BASESTEAMGRIDDBAPI="https://www.steamgriddb.com/api/v2"
|
||||
|
||||
# Get our APi on https://www.steamgriddb.com/profile/preferences/api/
|
||||
SGDBAPIKEY="."
|
||||
|
||||
function checkSGDbApi {
|
||||
if [ -z "$SGDBAPIKEY" ] || [ "$SGDBAPIKEY" == "$NON" ]; then
|
||||
return 1
|
||||
|
@ -135,6 +135,9 @@ 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/
|
||||
export SGDBAPIKEY="4a022f8848eaaa8e9c30067cd6676129"
|
||||
#################################################################
|
||||
export DXVK_CONFIG_FILE="${PORT_WINE_PATH}/data/dxvk.conf"
|
||||
#################################################################
|
||||
pw_list_install_dll_in_prefix ()
|
||||
|
Reference in New Issue
Block a user