Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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
Vladislav
PortWINE-old
Commits
efac79a8
Commit
efac79a8
authored
Jul 15, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2320
parent
64fd5457
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
changelog_en
data_from_portwine/changelog_en
+6
-0
changelog_ru
data_from_portwine/changelog_ru
+6
-0
start.sh
data_from_portwine/scripts/start.sh
+2
-2
var
data_from_portwine/scripts/var
+2
-2
No files found.
data_from_portwine/changelog_en
View file @
efac79a8
...
...
@@ -2,6 +2,12 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2319### / stable / Date: 14.07.2024 / Download update size: 4 megabytes
* fixed rare launch issue on SteamOS (thanks to Htylol)
* added system version detection when using flatpak (thanks to Htylol)
* added information about the current version of BRANCH to the interface header (thanks to Htylol)
* minor improvements and optimizations
###Scripts version 2319### Date: 14.07.2024 / Download update size: 4 megabytes
* added automatic rollback of script version when switching from DEVEL to STABLE
...
...
data_from_portwine/changelog_ru
View file @
efac79a8
...
...
@@ -2,6 +2,12 @@
-----------------------------------------
История изменений:
###Scripts version 2320### / stable / Дата: 15.07.2024 / Размер скачиваемого обновления: 4 мегабайта
* исправлена редкая проблема запуска на SteamOS (спасибо Htylol)
* добавлено определение версии системы при использовании flatpak (спасибо Htylol)
* добавлена информация о текущей версии BRANCH в шапку интерфейса (спасибо Htylol)
* небольшие улучшения и оптимизации
###Scripts version 2319### Дата: 14.07.2024 / Размер скачиваемого обновления: 4 мегабайта
* добавлен автоматический откат версии скриптов при переходе с DEVEL на STABLE
...
...
data_from_portwine/scripts/start.sh
View file @
efac79a8
...
...
@@ -178,10 +178,10 @@ if [[ -z "$BRANCH" ]] ; then
fi
if
[[
"
$BRANCH
"
==
"master"
]]
;
then
print_info
"Branch in used: STABLE
\n
"
export
BRANCH_VERSION
=
"
$(
gettext
'stable'
)
"
export
BRANCH_VERSION
=
""
else
print_warning
"Branch in used: DEVEL
\n
"
export
BRANCH_VERSION
=
"dev
el
"
export
BRANCH_VERSION
=
"dev"
fi
# choose mirror
...
...
data_from_portwine/scripts/var
View file @
efac79a8
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=23
19
#SCRIPTS_STABLE_VERSION=23
17
#SCRIPTS_NEXT_VERSION=23
20
#SCRIPTS_STABLE_VERSION=23
20
########################################################################
export
LANGUAGES_LIST
=
"ru es"
export
PW_VKBASALT
=
"0"
...
...
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