Commit 5473a877 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Scripts version 2363

parent 6341e810
......@@ -2,6 +2,18 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2363### / Date: 14.10.2024 / Download update size: 4 megabytes
* adopted improvements from Htylol (many thanks):
* updated version of the tray menu
* added a counter for time spent in the game (can be enabled in global settings)
* frequently launched games are moved to the top of the games list (can be disabled in global settings)
* other fixes and interface optimizations
* translations updated
* added automatic installation of games (thanks to Chal55rus):
* Exotanks
* Tanki Online
* Albion Online
###Scripts version 2362### / Date: 04.10.2024 / Download update size: 4 megabytes
* added animation for loading games in game mode on the Steam Deck
* added auto-generation of the auto-installation tab (when adding new applications, you no longer need to change the start.sh script)
......
......@@ -2,6 +2,18 @@
-----------------------------------------
История изменений:
###Scripts version 2363### / Дата: 14.10.2024 / Размер скачиваемого обновления: 4 мегабайт
* приняты улучшения от Htylol (большое спасибо):
* обновлена версия меню трея
* добавлен счетчик времени проведенного в игре (можно включить в глобальных настройках)
* часто запускаемые игры передвигаются в начало списка игр (можно отключить в глобальных настройках)
* другие исправления и оптимизации работы интерфейса
* обновлены переводы
* добавлена автоустановка игр (спасибо Chal55rus):
* Exotanks
* Tanki Online
* Albion Online
###Scripts version 2362### / Дата: 04.10.2024 / Размер скачиваемого обновления: 4 мегабайт
* добавлена анимация закрузки игр в игровом режиме на Steam Deck
* добавлена автогенерация вкладки автоустановок (при добавлении новых приложений, более не требуется изменять скрипт start.sh)
......
......@@ -16,7 +16,10 @@ echo '
'
$PW_DEBUG
if [[ $(id -u) = 0 ]] && [[ ! -e "/userdata/system/batocera.conf" ]] ; then
if [[ $(id -u) = 0 ]] \
&& [[ ! -e "/userdata/system/batocera.conf" ]]
then
echo "Do not run this script as root!"
exit 1
fi
......
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=2362
#SCRIPTS_NEXT_VERSION=2363
#SCRIPTS_STABLE_VERSION=2360
########################################################################
export AI_TOP_GAMES="PW_LGC PW_VKPLAY PW_EPIC PW_BATTLE_NET"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment