Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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-old
Commits
445fd7a5
Commit
445fd7a5
authored
Jul 13, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changelog
parent
59efd1fa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
changelog_en
data_from_portwine/changelog_en
+3
-0
changelog_ru
data_from_portwine/changelog_ru
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+2
-1
No files found.
data_from_portwine/changelog_en
View file @
445fd7a5
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2316### Date: 12.07.2024 / Download update size: 4 megabytes
* HOTFIX - start on some system
###Scripts version 2315### Date: 12.07.2024 / Download update size: 4 megabytes
* fixed the display of the PROTON_LG and WINE_LG versions in the absence of a settings file (thanks Htylol)
* added the ability to run debugging scripts from the terminal: portproton --debug (thanks to Boria138 and Htylol)
...
...
data_from_portwine/changelog_ru
View file @
445fd7a5
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2316### Дата: 13.07.2024 / Размер скачиваемого обновления: 4 мегабайта
* HOTFIX - запуск на некоторых системах
###Scripts version 2315### Дата: 12.07.2024 / Размер скачиваемого обновления: 4 мегабайта
* исправлено отображение версии PROTON_LG и WINE_LG при отсутствии файла настроек (спасибо Htylol)
* добавлена возможность запуска отладки скриптов из терминала: portproton --debug (спасибо Boria138 и Htylol)
...
...
data_from_portwine/scripts/functions_helper
View file @
445fd7a5
...
...
@@ -221,7 +221,8 @@ try_download () {
esac
if
[[
-n
"
${
PW_AUTOINSTALL_EXE
}
"
]]
\
&&
[[
"
$no_mirror
"
==
"true"
]]
;
then
&&
[[
"
$no_mirror
"
==
"true"
]]
then
local
filename
=
"
$(
basename
"
${
PW_AUTOINSTALL_EXE
}
"
)
"
else
local
filename
=
"
$(
basename
"
$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