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
63beb66e
Commit
63beb66e
authored
Nov 10, 2021
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2046
parent
fdf7ab46
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
changelog
data_from_portwine/changelog
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+5
-1
start.sh
data_from_portwine/scripts/start.sh
+0
-1
var
data_from_portwine/scripts/var
+2
-2
No files found.
data_from_portwine/changelog
View file @
63beb66e
...
...
@@ -7,6 +7,9 @@
* добавить проверку количества db файлов на один exe
* заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru
-----------------------------------------
###Scripts version 2046###
* update DXVK and VKD3D in PROTON_GE
###Scripts version 2045###
* добавлена возможность запуска нескольких приложений с помощью WINEFILE из трея.
* добавлен вывод user.conf в лог-файл
...
...
data_from_portwine/scripts/functions_helper
View file @
63beb66e
...
...
@@ -707,7 +707,11 @@ pw_gui_for_edit_db () {
--text
"Change settings in database file for
${
PORTWINE_DB
}
\n
"
--separator
=
" "
--borders
=
10
--center
\
--window-icon
=
"
$PW_GUI_ICON_PATH
/port_proton.png"
--button
=
"CANCEL"
:1
--button
=
"OPEN DB FILE"
:150
--button
=
"SAVE CHANGES"
:0
YAD_STATUS
=
"
$?
"
if
[[
"
$YAD_STATUS
"
==
"1"
||
"
$YAD_STATUS
"
==
"252"
]]
;
then
exit
0
if
[[
"
$YAD_STATUS
"
==
"1"
]]
;
then
/bin/bash
-c
${
pw_full_command_line
[*]
}
&
exit
0
elif
[[
"
$YAD_STATUS
"
==
"252"
]]
;
then
exit
0
elif
[
"
$YAD_STATUS
"
==
"150"
]
;
then
xdg-open
"
${
PORTWINE_DB_FILE
}
"
&
exit
0
...
...
data_from_portwine/scripts/start.sh
View file @
63beb66e
...
...
@@ -220,7 +220,6 @@ pw_edit_db () {
}
pw_autoinstall_from_db
()
{
kill_portwine
export
PW_USER_TEMP
=
"
$WINEPREFIX
/drive_c"
export
PW_FORCE_LARGE_ADDRESS_AWARE
=
0
export
PW_USE_GAMEMODE
=
0
...
...
data_from_portwine/scripts/var
View file @
63beb66e
#!/bin/bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=204
5
#SCRIPTS_NEXT_VERSION=204
6
#PORT_NEXT_VERSION=97
########################################################################
export
PW_MANGOHUD
=
0
...
...
@@ -39,7 +39,7 @@ export PW_PROTON_STEAM_VER="PROTON_STEAM_${PW_STEAM_VER}"
export
PW_MONO_VER
=
"6.3.0"
export
PW_GECKO_VER
=
"2.47.2"
###WINE_PROTON_GE###
export
PW_GE_VER
=
"6.19-
2
"
export
PW_GE_VER
=
"6.19-
3
"
export
PW_PROTON_GE_VER
=
"PROTON_GE_
${
PW_GE_VER
}
"
export
PW_MONO_GE_VER
=
"6.4.0"
export
PW_GECKO_GE_VER
=
"2.47.2"
...
...
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