OmniNX/variants/oc/switch/.packages/boot_package.ini
niklascfw 8bc458c577
oc: reworked patch extraction
Now does it on boot using UltraHand instead of seperate Homebrew app
2026-06-03 21:04:02 +02:00

11 lines
699 B
INI

[on-boot]
try:
path_exists 'sdmc:/SaltySD/plugins/FPSLocker/patches.zip'
unzip 'sdmc:/SaltySD/plugins/FPSLocker/patches.zip' 'sdmc:/SaltySD/plugins/FPSLocker/'
delete 'sdmc:/SaltySD/plugins/FPSLocker/patches.zip'
set-json-val '/config/ultrahand/notifications/patchreminder.notify' text 'FPSLocker-Patches installiert.'
set-json-val '/config/ultrahand/notifications/patchreminder.notify' font_size 26
set-json-val '/config/ultrahand/notifications/patchreminder.notify' alignment left
set-json-val '/config/ultrahand/notifications/patchreminder.notify' split_type word
set-json-val '/config/ultrahand/notifications/patchreminder.notify' duration 10000
delete 'sdmc:/switch/.packages/boot_package.ini'