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
1be77373
Commit
1be77373
authored
Feb 24, 2022
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2090.1
parent
892de157
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
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
+4
-4
runlib
data_from_portwine/scripts/runlib
+0
-5
No files found.
data_from_portwine/changelog_eng
View file @
1be77373
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://boosty
-----------------------------------------
Changelog:
###Scripts version 2086 - 2090###
* HOTFIX - fixed creation of symbolic links
###Scripts version 2086 - 2089###
* updated "PROTON_STEAM" to version 7.0-1
* updated "libs_v22.2" (Steam Runtime Sniper container update)
...
...
data_from_portwine/changelog_rus
View file @
1be77373
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2090###
* HOTFIX - исправлено создание символьных ссылок
###Scripts version 2086 - 2089###
* обновлен "PROTON_STEAM" до версии 7.0-1
* обновлен "libs_v22.2" (обновление контейнера Steam Runtime Sniper)
...
...
data_from_portwine/scripts/functions_helper
View file @
1be77373
...
...
@@ -63,8 +63,8 @@ try_remove_dir () {
export
-f
try_remove_dir
try_force_link_file
()
{
if
[
-z
"
$2
"
]
;
then
print_error
"no way to link file
$1
"
if
[
!
-f
"
$1
"
]
;
then
print_info
"file
$1
not found for link"
elif
[
-z
"
$2
"
]
;
then
print_error
"no way to link file
$1
"
else
ln
-sf
"
$1
"
"
$2
"
[
"
$?
"
!=
0
]
&&
print_error
"failed to link file
$1
to
$2
"
||
return
0
...
...
@@ -88,8 +88,8 @@ check_symlink () {
export
-f
check_symlink
try_force_link_dir
()
{
if
[
-z
"
$2
"
]
;
then
print_error
"no way to link directory
$1
"
if
[
!
-d
"
$1
"
]
;
then
print_info
"directory
$1
not found for link"
elif
[
-z
"
$2
"
]
;
then
print_error
"no way to link directory
$1
"
else
ln
-sf
"
$1
"
"
$2
"
[
"
$?
"
!=
0
]
&&
print_error
"failed to link directory
$1
to
$2
"
||
return
0
...
...
data_from_portwine/scripts/runlib
View file @
1be77373
...
...
@@ -311,14 +311,9 @@ start_portwine () {
!
-f
"
${
WINEPREFIX
}
"
/userdef.reg
||
!
-f
"
${
WINEPREFIX
}
"
/system.reg
||
!
-f
"
${
WINEPREFIX
}
"
/user.reg
]]
then
pw_clear_pfx
# OLD_PW_WINE_USE="${PW_WINE_USE}"
# export PW_WINE_USE=${PW_PROTON_STEAM_VER}
# init_wine_ver
check_dirs_and_files_in_pfx
${
pw_runtime
}
env
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
"
${
WINELOADER
}
"
wineboot
-i
&>>
"
${
PORT_WINE_TMP_PATH
}
/update_pfx_log"
wait_wineserver
&&
# export PW_WINE_USE="${OLD_PW_WINE_USE}"
# init_wine_ver
echo
"
${
PW_WINE_USE
}
"
>
"
${
WINEPREFIX
}
/.wine_ver"
elif
[[
-z
"
`
cat
"
${
WINEPREFIX
}
/.wine_ver"
|
grep
${
PW_WINE_USE
}
`
"
]]
;
then
check_dirs_and_files_in_pfx
...
...
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