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
72329c24
Commit
72329c24
authored
May 19, 2021
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
###Scripts version 1080###
parent
9f7cd37c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
5 deletions
+11
-5
changelog
data_from_portwine/changelog
+5
-0
data_from_portwine.tar.gz
data_from_portwine/data_from_portwine.tar.gz
+0
-0
runlib
data_from_portwine/scripts/runlib
+5
-2
setup.sh
data_from_portwine/scripts/setup.sh
+0
-2
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog
View file @
72329c24
...
...
@@ -15,6 +15,11 @@
* добавить контроль за окнами для правильного отключения прогресс бара
* зарабатывать на жизнь развитием проекта с помощью вашей подписки на https://boosty.to/portwine-linux.ru
-----------------------------------------
###Scripts version 1080###
* обновлен контейнер в libs_v14 до версии Debian 10.9
* добавлен аргумент запуска RUNTIME "--filesystem=${PORT_WINE_PATH}" для возможности установки и использования порта вне $HOME
* перенос создания символьной ссылки на drive_c из скрипта setup в runlib
###Scripts version 1079###
* HOTFIX - libs_v13 исправленна битая ссылка c "runtime/lib64/ld-linux-x86-64.so.2" на "../lib/x86_64-linux-gnu/ld-2.15.so"
...
...
data_from_portwine/data_from_portwine.tar.gz
deleted
100644 → 0
View file @
9f7cd37c
File deleted
data_from_portwine/scripts/runlib
View file @
72329c24
...
...
@@ -629,10 +629,13 @@ PW_INIT_PFX () {
KILL_PORTWINE
PW_STOP_PROGRESS_BAR
PW_START_PROGRESS_BAR_CS
"Initialization prefix..."
fi
fi
if
[
!
-d
"
${
PORT_WINE_PATH
}
/data/pfx/drive_c/users/
${
USER
}
"
]
;
then
try_force_link_dir
"
${
PORT_WINE_PATH
}
/data/pfx/drive_c/users/steamuser"
"
${
PORT_WINE_PATH
}
/data/pfx/drive_c/users/
${
USER
}
"
fi
if
[
!
-d
"
${
PORT_WINE_PATH
}
/drive_c"
]
;
then
try_force_link_dir
"
${
PORT_WINE_PATH
}
/data/pfx/drive_c/"
"
${
PORT_WINE_PATH
}
/"
fi
create_new_dir
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
try_copy_file
"
${
WINEDIR
}
/share/fonts/"
LiberationSans-Regular.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
arial.ttf
...
...
@@ -803,7 +806,7 @@ export WINELIB="${HOME}/.PortWINE/libs${pw_libs_ver}"
export
WINEPREFIX
=
"
${
PORT_WINE_PATH
}
/data/pfx"
export
PW_COMPAT_MEDIA_PATH
=
"
${
PORT_WINE_TMP_PATH
}
"
export
WINE_WIN_START
=
"
${
WINEPREFIX
}
/drive_c/windows/system32/start.exe"
export
PW_RUNTIME
=
"
${
WINELIB
}
/run-in-soldier --remove-game-overlay --share-home --runtime=runtime --"
export
PW_RUNTIME
=
"
${
WINELIB
}
/run-in-soldier --remove-game-overlay --share-home --
filesystem="
${
PORT_WINE_PATH
}
" --
runtime=runtime --"
export
PW_GUI_ICON_PATH
=
"
${
PORT_WINE_PATH
}
/data/img/gui"
export
PW_VULKAN_DLL
=
"
${
HOME
}
/.PortWINE/vulkan"
export
PW_DXVK_VER
=
"
${
PW_DEF_DXVK_VER
}
"
...
...
data_from_portwine/scripts/setup.sh
View file @
72329c24
...
...
@@ -57,8 +57,6 @@ do
done
chmod
u+x
"
${
PORT_SCRIPTS_PATH
}
/"
*
try_force_link_dir
"
${
PORT_WINE_PATH
}
/data/pfx/drive_c/"
"
${
PORT_WINE_PATH
}
/"
if
[
"
${
s_install
}
"
=
"1"
]
;
then
echo
"Installation completed successfully."
else
...
...
data_from_portwine/scripts/var
View file @
72329c24
...
...
@@ -23,7 +23,7 @@ export WINEARCH="win64"
export
mono_ver
=
6.1.2
export
gecko_ver
=
2.47.2
export
pw_libs_ver
=
"_v1
3
"
export
pw_libs_ver
=
"_v1
4
"
export
PW_FORCE_LARGE_ADDRESS_AWARE
=
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