forked from CastroFidel/PortWINE
Scripts version 2322
This commit is contained in:
parent
2a9260b836
commit
d0d1cafb73
@ -2,7 +2,14 @@ You can help us in the development of the project on the website: https://linux-
|
||||
----------------------------------------
|
||||
Changelog:
|
||||
|
||||
###Scripts version 2321### / Date: 15.07.2024 / Download update size: 4 megabytes
|
||||
###Scripts version 2322### / Date: 16.07.2024 / Download update size: 4 megabytes
|
||||
* updated Spanish translation (thanks to BlackSnaker)
|
||||
* Russian translation partially updated (thanks to Alek V)
|
||||
* added NVAPI file comparison to prevent duplicate copying (thanks to Htylol)
|
||||
* updated 3D Api functions for NVIDIA video cards (thanks to Htylol)
|
||||
* shortcuts to the STEAM library are created with covers (thanks to Boria138)
|
||||
|
||||
###Scripts version 2321### / Date: 15.07.2024 / Download update size: 190 megabytes
|
||||
* updated WINE_LG to version "9-12"
|
||||
* updated versions:
|
||||
* DXVK_GIT "2.3.1-120"
|
||||
|
@ -3,7 +3,11 @@
|
||||
История изменений:
|
||||
|
||||
###Scripts version 2322### / Дата: 16.07.2024 / Размер скачиваемого обновления: 4 мегабайта
|
||||
* обновлен испанский перевод
|
||||
* обновлен испанский перевод (спасибо BlackSnaker)
|
||||
* частично обновлен русский перевод (спасибо Alek V)
|
||||
* добавлено сравнение файлов NVAPI для предотвращения повторного копирования (спасибо Htylol)
|
||||
* обновлены функции 3D Api для видеокарт NVIDIA (спасибо Htylol)
|
||||
* ярлыки в библиотеку STEAM создаются с обложками (спасибо Boria138)
|
||||
|
||||
###Scripts version 2321### / Дата: 15.07.2024 / Размер скачиваемого обновления: 190 мегабайт
|
||||
* обновлен WINE_LG до версии "9-12"
|
||||
|
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user