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
Vladislav
PortWINE
Commits
afcac371
Commit
afcac371
authored
Oct 15, 2021
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
###Scripts version 2020###
parent
d2f1a298
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
changelog
data_from_portwine/changelog
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+1
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog
View file @
afcac371
...
...
@@ -7,6 +7,9 @@
* добавить комментарии описывающие функционал скриптов и db файлов
* заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru
-----------------------------------------
###Scripts version 2020###
* HOTFIX - отрабатывания новой кнопки скачивания PROTON_GE
###Scripts version 2019###
* добавлена автоустановка League of Legends (Ура=)
* добавлена поддержка DLSS (требуется включение в EDIT_DB параметра PW_USE_NVAPI_AND_DLSS)
...
...
data_from_portwine/scripts/functions_helper
View file @
afcac371
...
...
@@ -761,7 +761,7 @@ gui_proton_downloader () {
for
INSTALLING_VERSION_IN_DIST
in
`
ls
"
${
PORT_WINE_PATH
}
/data/dist/"
`
;
do
sed
-i
"/
${
INSTALLING_VERSION_IN_DIST
}
/Id"
"
${
PORT_WINE_TMP_PATH
}
/tmp_proton_ge_git"
done
VERSION_PROTON_GIT
=
`
yad
--list
--cheklist
--separator
=
""
--listen
--width
=
400
--height
=
600
--center
--borders
=
15
\
VERSION_PROTON_GIT
=
`
"
${
pw_yad_new
}
"
--list
--cheklist
--separator
=
""
--listen
--width
=
400
--height
=
600
--center
--borders
=
15
\
--column
"Select WINE for download:"
--title
"Download..."
<
"
${
PORT_WINE_TMP_PATH
}
/tmp_proton_ge_git"
`
if
[
"
${
PIPESTATUS
[0]
}
"
!=
0
]
;
then
/bin/bash
-c
${
pw_full_command_line
[*]
}
&
...
...
data_from_portwine/scripts/var
View file @
afcac371
#!/bin/bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=20
19
#SCRIPTS_NEXT_VERSION=20
20
#PORT_NEXT_VERSION=97
########################################################################
export
PW_MANGOHUD
=
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