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
2303124f
Commit
2303124f
authored
Mar 20, 2022
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2094
parent
c68e6879
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
changelog_eng
data_from_portwine/changelog_eng
+3
-0
changelog_rus
data_from_portwine/changelog_rus
+3
-0
runlib
data_from_portwine/scripts/runlib
+3
-3
var
data_from_portwine/scripts/var
+2
-2
No files found.
data_from_portwine/changelog_eng
View file @
2303124f
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://boosty
-----------------------------------------
Changelog:
###Scripts version 2094###
* rollback "PROTON_GE" to version 7-9
###Scripts version 2093###
* updated "PROTON_STEAM" to version 7.0-1B
* updated "PROTON_GE" to version 7-10
...
...
data_from_portwine/changelog_rus
View file @
2303124f
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2094###
* откат "PROTON_GE" до версии 7-9
###Scripts version 2093###
* обновлен "PROTON_STEAM" до версии 7.0-1B
* обновлен "PROTON_GE" до версии 7-10
...
...
data_from_portwine/scripts/runlib
View file @
2303124f
...
...
@@ -223,9 +223,9 @@ start_portwine () {
then
pw_clear_pfx
check_dirs_and_files_in_pfx
if
[[
-d
"
${
WINEDIR
}
/share/default_pfx/"
]]
;
then
cp
-frL
"
${
WINEDIR
}
/share/default_pfx/"
*
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/"
fi
#
if [[ -d "${WINEDIR}/share/default_pfx/" ]] ; then
#
cp -frL "${WINEDIR}/share/default_pfx/"* "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/"
#
fi
${
pw_runtime
}
env
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
"
${
WINELOADER
}
"
wineboot
-i
&>>
"
${
PORT_WINE_TMP_PATH
}
/update_pfx_log"
wait_wineserver
&&
echo
"
${
PW_WINE_USE
}
"
>
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/.wine_ver"
...
...
data_from_portwine/scripts/var
View file @
2303124f
#!/usr/bin/env bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=209
3
#SCRIPTS_NEXT_VERSION=209
4
#PORT_NEXT_VERSION=97
########################################################################
export
PW_MANGOHUD
=
1
...
...
@@ -35,7 +35,7 @@ export PW_PLUGINS_VER="_v3"
export
PW_STEAM_VER
=
"7.0-1B"
export
PW_PROTON_STEAM_VER
=
"PROTON_STEAM_
${
PW_STEAM_VER
}
"
###WINE_PROTON_GE###
export
PW_GE_VER
=
"7-
10
"
export
PW_GE_VER
=
"7-
9
"
export
PW_PROTON_GE_VER
=
"PROTON_GE_
${
PW_GE_VER
}
"
export
WINE_FULLSCREEN_FSR
=
"1"
export
WINE_FULLSCREEN_FSR_STRENGTH
=
"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