Scripts version 2301

This commit is contained in:
Mikhail Tergoev 2024-05-29 21:25:46 +03:00
parent c661fa70f7
commit 2af8a2fca2
4 changed files with 8 additions and 2 deletions

@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2301### Date: 29.05.2024 / Download update size: 3 megabytes
* HOTFIX - running on some systems
###Scripts version 2300### Date: 29.05.2024 / Download update size: 3 megabytes
* added auto-installation of the Anomaly Zone game (thanks Chal55rus)
* improved the function of determining the name of the game/program (thanks Boria138)

@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2301### Дата: 29.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* HOTFIX - запуск на некоторых системах
###Scripts version 2300### Дата: 29.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* добавлена автоустановка игры Anomaly Zone (спасибо Chal55rus)
* улучшена функция определения названия игры/программы (спасибо Boria138)

@ -2135,7 +2135,7 @@ start_portwine () {
done
# DGVOODOO2 settings:
if [[ "${PW_DGV2_USE_DX12}" == "1" ]] ; then
if [[ "${PW_VULKAN_USE}" == "1" ]] || [[ "${PW_VULKAN_USE}" == "2" ]] \
if [[ "${PW_VULKAN_USE}" == "1" ]] || [[ "${PW_VULKAN_USE}" == "2" ]]
then
sed -i "s/OutputAPI = d3d11_fl11_0/OutputAPI = d3d12_fl12_0/" "$DGV2CONF"
fi

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=2300
#SCRIPTS_NEXT_VERSION=2301
########################################################################
export LANGUAGES_LIST="ru es"
export PW_MANGOHUD="0"