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
dfc1704b
Commit
dfc1704b
authored
Nov 19, 2021
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
###Scripts version 2052-5###
parent
59c99944
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
changelog
data_from_portwine/changelog
+3
-0
League of Legends
data_from_portwine/scripts/portwine_db/League of Legends
+1
-1
No files found.
data_from_portwine/changelog
View file @
dfc1704b
...
...
@@ -7,6 +7,9 @@
* добавить проверку количества db файлов на один exe
* заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru
-----------------------------------------
###Scripts version 2052-5###
* правильная компановка отображения загрузки League of Legends
###Scripts version 2052###
* ребрендинг лого (исходник лого есть в Discord - жду ваши варианты иконок в формате png)
* добавлена обложка при загрузке клиента League of Legends
...
...
data_from_portwine/scripts/portwine_db/League of Legends
View file @
dfc1704b
...
...
@@ -60,7 +60,7 @@ check_download_wine_ver_for_lol
check_port_for_lol
()
{
"
${
pw_yad
}
"
--progress
--progress-text
=
"Loading and start League of Legends. Please wait. It can take a long time!"
\
--pulsate
--no-buttons
--undecorated
--center
--skip-taskbar
--image
=
"
${
PW_GUI_ICON_PATH
}
/covers/lol_cover.jpg"
>
/dev/null 2>&1 &
--pulsate
--no-buttons
--undecorated
--center
--skip-taskbar
--image
=
"
${
PW_GUI_ICON_PATH
}
/covers/lol_cover.jpg"
--image-on-top
>
/dev/null 2>&1 &
process
=
LeagueClientUx.exe
while
[[
-z
`
pidof
${
process
}
`
]]
;
do
echo
"PID
${
process
}
not found"
...
...
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