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
4b27dd36
Commit
4b27dd36
authored
Aug 27, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2340
parent
530a28de
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
6 deletions
+16
-6
changelog_en
data_from_portwine/changelog_en
+10
-0
changelog_ru
data_from_portwine/changelog_ru
+3
-2
functions_helper
data_from_portwine/scripts/functions_helper
+2
-3
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
4b27dd36
...
...
@@ -2,7 +2,17 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2340### / Date: 27.08.2024 / Download update size: 380 megabytes
* added the ability for standard installation to the prefix manager (without forced redownload of components)
* updated PROTON_LG to version "9-11"
* updated WINE_LG to version "9-12-2"
* the test WINE_LG_NTSYNC has been updated in the repositories to version "9-13-2"
* improved function for preparing "DOTNET" and "PROGRAMS" prefixes
* fixed the need to restart vkPlay after changing the WINE version and updating the prefix
* added settings files for games (thanks Mels):
* Heavy Rain
* Beyond Two Souls
* Assassins Creed Origins
###Scripts version 2339### / Date: 25.08.2024 / Download update size: 180 megabytes
* libs_v49 library package updated (sniper container 0.20240820.99315)
...
...
data_from_portwine/changelog_ru
View file @
4b27dd36
...
...
@@ -2,16 +2,17 @@
-----------------------------------------
История изменений:
###Scripts version 2340### / Дата: 27.08.2024 / Размер скачиваемого обновления:
180 мегабайта
###Scripts version 2340### / Дата: 27.08.2024 / Размер скачиваемого обновления:
380 мегабайт
* в менеджер префикса добавлена возможность стандартной установки (без принудительного перезакачивания компонентов)
* обновлен PROTON_LG до версии "9-11"
* обновлен WINE_LG до версии "9-12-2"
* обновлен в репозиториях тестовый WINE_LG_NTSYNC до версии "9-13-2"
* улучшена функция подготовки префиксов "DOTNET" и "PROGRAMS"
* исправлена необходимость перезапуска vkPlay после смены версии WINE и обновлении префикса
.
* исправлена необходимость перезапуска vkPlay после смены версии WINE и обновлении префикса
* добавлены файлы настроек для игр (спасибо Мэлс):
* Heavy Rain
* Beyond Two Souls
* Assassins Creed Origins
###Scripts version 2339### / Дата: 25.08.2024 / Размер скачиваемого обновления: 180 мегабайта
* обновлен пакет библиотек libs_v49 (контейнер sniper 0.20240820.99315)
...
...
data_from_portwine/scripts/functions_helper
View file @
4b27dd36
...
...
@@ -1745,8 +1745,7 @@ pw_create_gui_png () {
fi
if
[[
!
-z
"
$PW_PRODUCTNAME
"
]]
\
&&
[[
"
$PW_PRODUCTNAME
"
!=
Bootstrap
*
]]
\
&&
!
echo
"
${
portwine_exe
}
"
|
grep
-i
"setup"
&>/dev/null
&&
[[
"
$PW_PRODUCTNAME
"
!=
Bootstrap
*
]]
then
PORTPROTON_NAME
=
"
$PW_PRODUCTNAME
"
else
...
...
@@ -4872,7 +4871,7 @@ portwine_create_shortcut () {
pw_auto_create_shortcut
()
{
if
[[
"
${
PW_CHECK_AUTOINSTALL
}
"
==
1
]]
\
||
[[
-z
"
${
portwine_exe
}
"
]]
\
||
echo
"
${
portwine_exe
}
"
|
grep
-i
"gc_api.exe
\|
vkplay"
&>/dev/null
||
echo
"
${
portwine_exe
}
"
|
grep
-i
"gc_api.exe
\|
vkplay
\|
pulseonline
"
&>/dev/null
then
print_warning
"Skipping auto create shortcut"
return
0
...
...
data_from_portwine/scripts/var
View file @
4b27dd36
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=23
39
#SCRIPTS_NEXT_VERSION=23
40
#SCRIPTS_STABLE_VERSION=2336
########################################################################
# export PROTON_USE_XALIA="1"
...
...
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