forked from Mirrors/OmniNX
light: synced OmniNX Downloader
Synced with OmniNX/OmniNX-Downloader@411a1310eb (updater: moved changelog to subfolder).
411a1310eb
This commit is contained in:
parent
bf7ccecafe
commit
7b4a70555d
5 changed files with 22 additions and 8 deletions
|
|
@ -7,7 +7,6 @@ set-ini-val ./config.ini '*Firmware Archiv' footer '18.0.0+'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/updater/RELEASE.ini ./RELEASE.ini
|
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/updater/RELEASE.ini ./RELEASE.ini
|
||||||
download https://git.niklascfw.de/OmniNX/OmniNX/raw/branch/main/docs/changelog_latest.txt ./changelog.txt
|
|
||||||
ini_file ./RELEASE.ini
|
ini_file ./RELEASE.ini
|
||||||
|
|
||||||
set-ini-val ./config.ini 'OmniNX' footer '{ini_file(Release Info,omninx_pack)}'
|
set-ini-val ./config.ini 'OmniNX' footer '{ini_file(Release Info,omninx_pack)}'
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
[boot]
|
||||||
|
try:
|
||||||
|
download https://git.niklascfw.de/OmniNX/OmniNX/raw/branch/main/docs/changelog_latest.txt ./changelog.txt
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
[Changelog]
|
||||||
|
[Changelog]
|
||||||
|
;mode=table
|
||||||
|
;alignment=left
|
||||||
|
;header=false
|
||||||
|
;scrollable=true
|
||||||
|
;wrapping_mode=word
|
||||||
|
;background=true
|
||||||
|
;info_text_color=warning
|
||||||
|
list_file_source './changelog.txt'
|
||||||
|
|
@ -57,17 +57,19 @@ notify '{WARNING_SYMBOL} Führe in Daybreak fort' 24
|
||||||
[gap]
|
[gap]
|
||||||
;mode=table
|
;mode=table
|
||||||
;background=false
|
;background=false
|
||||||
;gap=20
|
;gap=30
|
||||||
|
|
||||||
[Changelog]
|
[Changelog]
|
||||||
;mode=table
|
;mode=table
|
||||||
;alignment=left
|
|
||||||
;header=false
|
|
||||||
;scrollable=true
|
|
||||||
;wrapping_mode=word
|
|
||||||
;background=true
|
;background=true
|
||||||
;info_text_color=warning
|
;gap=20
|
||||||
list_file_source './changelog.txt'
|
ini_file './include/updater/config.ini'
|
||||||
|
'Changelog' = ''
|
||||||
|
|
||||||
|
[*Neuste Änderungen]
|
||||||
|
;mode=forwarder
|
||||||
|
exec boot ./changelog/boot_package.ini
|
||||||
|
package_source ./changelog/changelog.ini
|
||||||
|
|
||||||
[@Erweitert]
|
[@Erweitert]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue