Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
5473a877
Commit
5473a877
authored
Oct 14, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2363
parent
6341e810
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
2 deletions
+29
-2
changelog_en
data_from_portwine/changelog_en
+12
-0
changelog_ru
data_from_portwine/changelog_ru
+12
-0
start.sh
data_from_portwine/scripts/start.sh
+4
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
5473a877
...
...
@@ -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)
...
...
data_from_portwine/changelog_ru
View file @
5473a877
...
...
@@ -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)
...
...
data_from_portwine/scripts/start.sh
View file @
5473a877
...
...
@@ -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
...
...
data_from_portwine/scripts/var
View file @
5473a877
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=236
2
#SCRIPTS_NEXT_VERSION=236
3
#SCRIPTS_STABLE_VERSION=2360
########################################################################
export
AI_TOP_GAMES
=
"PW_LGC PW_VKPLAY PW_EPIC PW_BATTLE_NET"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment