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
4fd30bed
Commit
4fd30bed
authored
Feb 15, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes update pfx
parent
e020be76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
runlib
data_from_portwine/scripts/runlib
+8
-8
No files found.
data_from_portwine/scripts/runlib
View file @
4fd30bed
...
...
@@ -68,6 +68,14 @@ start_portwine () {
unset
WINE_MONO_TRACE
fi
pw_wineboot
()
{
print_info
"Used wineboot
$@
for prefix:
${
PW_PREFIX_NAME
}
"
${
pw_runtime
}
env
GST_PLUGIN_SYSTEM_PATH_1_0
=
""
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
\
"
${
WINELOADER
}
"
wineboot
$@
&>>
"
${
PORT_WINE_TMP_PATH
}
/update_pfx_log"
wait_wineserver
print_info
"The prefix has been updated."
}
if
[[
!
-d
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
"
/drive_c/windows
]]
\
||
[[
!
-f
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
"
/userdef.reg
]]
\
||
[[
!
-f
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
"
/system.reg
]]
\
...
...
@@ -76,14 +84,6 @@ start_portwine () {
pw_clear_pfx
check_dirs_and_files_in_pfx
pw_wineboot
()
{
print_info
"Used wineboot
$@
for prefix:
${
PW_PREFIX_NAME
}
"
${
pw_runtime
}
env
GST_PLUGIN_SYSTEM_PATH_1_0
=
""
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
\
"
${
WINELOADER
}
"
wineboot
$@
&>>
"
${
PORT_WINE_TMP_PATH
}
/update_pfx_log"
wait_wineserver
print_info
"The prefix has been updated."
}
if
[[
"
${
PW_PREFIX_NAME
}
"
==
DEFAULT
]]
;
then
pw_update_pfx_cover_gui
unpack_tar_xz
"
${
PW_WINELIB
}
/default_pfx.tar.xz"
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/"
silent
...
...
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