Light: Updated Alchemist to 1.0.6

This commit is contained in:
niklascfw 2026-05-01 12:30:01 +02:00
parent bddbe00421
commit 8d3f7fbfdd
No known key found for this signature in database
3 changed files with 8 additions and 4 deletions

View file

@ -27,6 +27,7 @@ on:
filter /atmosphere/exefs_patches/vi_patches/ filter /atmosphere/exefs_patches/vi_patches/
filter /atmosphere/exefs_patches/btm_patches/ filter /atmosphere/exefs_patches/btm_patches/
filter /atmosphere/exefs_patches/bluetooth_patches/ filter /atmosphere/exefs_patches/bluetooth_patches/
filter /atmosphere/exefs_patches/audio_mastervolume/
filter /atmosphere/exefs_patches/nvnflinger_cmu/ filter /atmosphere/exefs_patches/nvnflinger_cmu/
filter /atmosphere/exefs_patches/NxThemesInstaller/ filter /atmosphere/exefs_patches/NxThemesInstaller/
filter /atmosphere/exefs_patches/SaltyNX_Fixes/ filter /atmosphere/exefs_patches/SaltyNX_Fixes/
@ -55,6 +56,7 @@ on:
filter /atmosphere/exefs_patches/vi_patches/ filter /atmosphere/exefs_patches/vi_patches/
filter /atmosphere/exefs_patches/btm_patches/ filter /atmosphere/exefs_patches/btm_patches/
filter /atmosphere/exefs_patches/bluetooth_patches/ filter /atmosphere/exefs_patches/bluetooth_patches/
filter /atmosphere/exefs_patches/audio_mastervolume/
filter /atmosphere/exefs_patches/nvnflinger_cmu/ filter /atmosphere/exefs_patches/nvnflinger_cmu/
filter /atmosphere/exefs_patches/NxThemesInstaller/ filter /atmosphere/exefs_patches/NxThemesInstaller/
filter /atmosphere/exefs_patches/SaltyNX_Fixes/ filter /atmosphere/exefs_patches/SaltyNX_Fixes/
@ -78,6 +80,7 @@ filter /atmosphere/exefs_patches/nfim_ctest/
filter /atmosphere/exefs_patches/vi_patches/ filter /atmosphere/exefs_patches/vi_patches/
filter /atmosphere/exefs_patches/btm_patches/ filter /atmosphere/exefs_patches/btm_patches/
filter /atmosphere/exefs_patches/bluetooth_patches/ filter /atmosphere/exefs_patches/bluetooth_patches/
filter /atmosphere/exefs_patches/audio_mastervolume/
filter /atmosphere/exefs_patches/nvnflinger_cmu/ filter /atmosphere/exefs_patches/nvnflinger_cmu/
filter /atmosphere/exefs_patches/NxThemesInstaller/ filter /atmosphere/exefs_patches/NxThemesInstaller/
filter /atmosphere/exefs_patches/SaltyNX_Fixes/ filter /atmosphere/exefs_patches/SaltyNX_Fixes/
@ -108,6 +111,7 @@ filter /atmosphere/exefs_patches/nfim_ctest/
filter /atmosphere/exefs_patches/vi_patches/ filter /atmosphere/exefs_patches/vi_patches/
filter /atmosphere/exefs_patches/btm_patches/ filter /atmosphere/exefs_patches/btm_patches/
filter /atmosphere/exefs_patches/bluetooth_patches/ filter /atmosphere/exefs_patches/bluetooth_patches/
filter /atmosphere/exefs_patches/audio_mastervolume/
filter /atmosphere/exefs_patches/NxThemesInstaller/ filter /atmosphere/exefs_patches/NxThemesInstaller/
filter /atmosphere/exefs_patches/SaltyNX_Fixes/ filter /atmosphere/exefs_patches/SaltyNX_Fixes/
filter /atmosphere/exefs_patches/hid_patches/ filter /atmosphere/exefs_patches/hid_patches/

View file

@ -1,7 +1,7 @@
;title='Alchemist' ;title='Alchemist'
;display_title='Alchemist ' ;display_title='Alchemist '
;creator=ppkantorski ;creator=ppkantorski
;version=1.0.5 ;version=1.0.6
;about='This package was designed for managing, converting, and installing mods.' ;about='This package was designed for managing, converting, and installing mods.'
;color=#a264fa ;color=#a264fa
;show_widget=true ;show_widget=true

View file

@ -1,7 +1,7 @@
;title='Alchemist' ;title='Alchemist'
;display_title='Alchemist ' ;display_title='Alchemist '
;creator=ppkantorski ;creator=ppkantorski
;version=1.0.5 ;version=1.0.6
;about='This package was designed for managing, converting, and installing mods.' ;about='This package was designed for managing, converting, and installing mods.'
;credits='Special thanks to Fl4sh9174, KeatonTheBot, StevensND, cucholix and theboy181.' ;credits='Special thanks to Fl4sh9174, KeatonTheBot, StevensND, cucholix and theboy181.'
;color=#a264fa ;color=#a264fa
@ -144,7 +144,7 @@ set-ini-val ./include/config.ini 'Update All' footer ''
download https://raw.githubusercontent.com/ppkantorski/Alchemist/refs/heads/main/RELEASE.ini ./RELEASE.ini download https://raw.githubusercontent.com/ppkantorski/Alchemist/refs/heads/main/RELEASE.ini ./RELEASE.ini
ini_file ./RELEASE.ini ini_file ./RELEASE.ini
set-ini-val ./include/config.ini 'Update Alchemist' footer '{ini_file(Release Info,latest_version)}' set-ini-val ./include/config.ini 'Update Alchemist' footer '{ini_file(Release Info,latest_version)}'
json '{"null":"true","1.0.5":"false"}' json '{"null":"true","{package_version}":"false"}'
set-ini-val ./include/config.ini 'Update Alchemist' footer_highlight '{json({ini_file(Release Info,latest_version)})}' set-ini-val ./include/config.ini 'Update Alchemist' footer_highlight '{json({ini_file(Release Info,latest_version)})}'
@ -161,7 +161,7 @@ set-ini-val ./include/config.ini 'Update All' footer_highlight '{json({ini_file(
ini_file ./RELEASE.ini ini_file ./RELEASE.ini
json '{"null":"notify","1.0.5":""}' json '{"null":"notify","{package_version}":""}'
'{json({ini_file(Release Info,latest_version)})}' ' Alchemist update is available!' 22 '{json({ini_file(Release Info,latest_version)})}' ' Alchemist update is available!' 22
ini_file ./repos/CURRENT.ini ini_file ./repos/CURRENT.ini