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
d0d1cafb
Commit
d0d1cafb
authored
Jul 16, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2322
parent
2a9260b8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
5 deletions
+16
-5
changelog_en
data_from_portwine/changelog_en
+8
-1
changelog_ru
data_from_portwine/changelog_ru
+5
-1
add_in_steam.sh
data_from_portwine/scripts/add_in_steam.sh
+0
-3
var
data_from_portwine/scripts/var
+3
-0
No files found.
data_from_portwine/changelog_en
View file @
d0d1cafb
...
...
@@ -2,7 +2,14 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2321### / Date: 15.07.2024 / Download update size: 4 megabytes
###Scripts version 2322### / Date: 16.07.2024 / Download update size: 4 megabytes
* updated Spanish translation (thanks to BlackSnaker)
* Russian translation partially updated (thanks to Alek V)
* added NVAPI file comparison to prevent duplicate copying (thanks to Htylol)
* updated 3D Api functions for NVIDIA video cards (thanks to Htylol)
* shortcuts to the STEAM library are created with covers (thanks to Boria138)
###Scripts version 2321### / Date: 15.07.2024 / Download update size: 190 megabytes
* updated WINE_LG to version "9-12"
* updated versions:
* DXVK_GIT "2.3.1-120"
...
...
data_from_portwine/changelog_ru
View file @
d0d1cafb
...
...
@@ -3,7 +3,11 @@
История изменений:
###Scripts version 2322### / Дата: 16.07.2024 / Размер скачиваемого обновления: 4 мегабайта
* обновлен испанский перевод
* обновлен испанский перевод (спасибо BlackSnaker)
* частично обновлен русский перевод (спасибо Alek V)
* добавлено сравнение файлов NVAPI для предотвращения повторного копирования (спасибо Htylol)
* обновлены функции 3D Api для видеокарт NVIDIA (спасибо Htylol)
* ярлыки в библиотеку STEAM создаются с обложками (спасибо Boria138)
###Scripts version 2321### / Дата: 15.07.2024 / Размер скачиваемого обновления: 190 мегабайт
* обновлен WINE_LG до версии "9-12"
...
...
data_from_portwine/scripts/add_in_steam.sh
View file @
d0d1cafb
...
...
@@ -13,9 +13,6 @@ fi
NOSTICONPATH
=
"
${
PORT_WINE_PATH
}
/data/img/
${
name_desktop
}
.png"
BASESTEAMGRIDDBAPI
=
"https://www.steamgriddb.com/api/v2"
# Get our APi on https://www.steamgriddb.com/profile/preferences/api/
SGDBAPIKEY
=
"."
function
checkSGDbApi
{
if
[
-z
"
$SGDBAPIKEY
"
]
||
[
"
$SGDBAPIKEY
"
==
"
$NON
"
]
;
then
return
1
...
...
data_from_portwine/scripts/var
View file @
d0d1cafb
...
...
@@ -135,6 +135,9 @@ export DEFPFX_VER="v1"
export
PROGPFX_VER
=
"v1"
export
PW_MUST_WINEDLLOVERRIDES
=
"steam_api,steam_api64,steamclient,steamclient64=n;dotnetfx35.exe,dotnetfx35setup.exe=b;winemenubuilder.exe="
#################################################################
# Get our APi on https://www.steamgriddb.com/profile/preferences/api/
export
SGDBAPIKEY
=
"4a022f8848eaaa8e9c30067cd6676129"
#################################################################
export
DXVK_CONFIG_FILE
=
"
${
PORT_WINE_PATH
}
/data/dxvk.conf"
#################################################################
pw_list_install_dll_in_prefix
()
...
...
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