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
8f21e427
Commit
8f21e427
authored
Apr 14, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2276
parent
f130c342
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
changelog_eng
data_from_portwine/changelog_eng
+3
-0
changelog_rus
data_from_portwine/changelog_rus
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+2
-2
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_eng
View file @
8f21e427
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2276### Date: 14.04.2024 / Download update size: 15 megabytes
* HOTFIX for SteamDeck
###Scripts version 2275### Date: 14.04.2024 / Download update size: 175 megabytes
* all archives of wine libraries and versions have been moved to CDN (download speed correction)
* the libs_v48 library package has been updated
...
...
data_from_portwine/changelog_rus
View file @
8f21e427
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2276### Дата: 14.04.2024 / Размер скачиваемого обновления: 15 мегабайт
* HOTFIX - установка и обновление на SteamDeck
###Scripts version 2275### Дата: 14.04.2024 / Размер скачиваемого обновления: 175 мегабайт
* все архивы библиотек и версий wine перенесены на CDN (исправление скорости скачивания)
* обновлен пакет библиотек libs_v48
...
...
data_from_portwine/scripts/functions_helper
View file @
8f21e427
...
...
@@ -968,8 +968,8 @@ pw_check_and_download_plugins () {
else
PW_NOTIFY_TEXT
=
"Please wait for update PortProton"
pw_notify_send
-u
normal
if
try_download
"github.com/Castro-Fidel/wine_builds/releases/download/plugins
${
PW_PLUGINS_VER
}
/plugins
${
PW_PLUGINS_VER
}
.tar.xz"
silent
\
"
${
PORT_WINE_TMP_PATH
}
/plugins
${
PW_PLUGINS_VER
}
.tar.xz"
;
then
if
try_download
"github.com/Castro-Fidel/wine_builds/releases/download/plugins
${
PW_PLUGINS_VER
}
/plugins
${
PW_PLUGINS_VER
}
.tar.xz"
\
"
${
PORT_WINE_TMP_PATH
}
/plugins
${
PW_PLUGINS_VER
}
.tar.xz"
silent
;
then
if
unpack_tar_xz
"
${
PORT_WINE_TMP_PATH
}
/plugins
${
PW_PLUGINS_VER
}
.tar.xz"
"
${
PORT_WINE_TMP_PATH
}
"
;
then
try_remove_file
"
${
PORT_WINE_TMP_PATH
}
/plugins
${
PW_PLUGINS_VER
}
.tar.xz"
# TODO: drop clear prefix, and add update prefix from new plugins
...
...
data_from_portwine/scripts/var
View file @
8f21e427
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=227
5
#SCRIPTS_NEXT_VERSION=227
6
########################################################################
export
PW_MANGOHUD
=
"0"
export
DEFAULT_MANGOHUD_CONFIG
=
"arch,cpu_mhz,cpu_temp,engine_version,gamemode,gpu_core_clock,gpu_mem_clock,gpu_name,gpu_temp,ram,resolution,vkbasalt,vram,vulkan_driver,wine"
...
...
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