update changelog
This commit is contained in:
parent
59efd1fa82
commit
445fd7a53f
@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
|
|||||||
----------------------------------------
|
----------------------------------------
|
||||||
Changelog:
|
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
|
###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)
|
* 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)
|
* added the ability to run debugging scripts from the terminal: portproton --debug (thanks to Boria138 and Htylol)
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
История изменений:
|
История изменений:
|
||||||
|
|
||||||
|
###Scripts version 2316### Дата: 13.07.2024 / Размер скачиваемого обновления: 4 мегабайта
|
||||||
|
* HOTFIX - запуск на некоторых системах
|
||||||
|
|
||||||
###Scripts version 2315### Дата: 12.07.2024 / Размер скачиваемого обновления: 4 мегабайта
|
###Scripts version 2315### Дата: 12.07.2024 / Размер скачиваемого обновления: 4 мегабайта
|
||||||
* исправлено отображение версии PROTON_LG и WINE_LG при отсутствии файла настроек (спасибо Htylol)
|
* исправлено отображение версии PROTON_LG и WINE_LG при отсутствии файла настроек (спасибо Htylol)
|
||||||
* добавлена возможность запуска отладки скриптов из терминала: portproton --debug (спасибо Boria138 и Htylol)
|
* добавлена возможность запуска отладки скриптов из терминала: portproton --debug (спасибо Boria138 и Htylol)
|
||||||
|
@ -221,7 +221,8 @@ try_download () {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ -n "${PW_AUTOINSTALL_EXE}" ]] \
|
if [[ -n "${PW_AUTOINSTALL_EXE}" ]] \
|
||||||
&& [[ "$no_mirror" == "true" ]] ; then
|
&& [[ "$no_mirror" == "true" ]]
|
||||||
|
then
|
||||||
local filename="$(basename "${PW_AUTOINSTALL_EXE}")"
|
local filename="$(basename "${PW_AUTOINSTALL_EXE}")"
|
||||||
else
|
else
|
||||||
local filename="$(basename "$1")"
|
local filename="$(basename "$1")"
|
||||||
|
Loading…
Reference in New Issue
Block a user