forked from Mirrors/OmniNX
11 lines
699 B
INI
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'
|