Install: copy themes/ in stage 2 (update and clean)
All checks were successful
Build / Build (push) Successful in 11s

Made-with: Cursor
This commit is contained in:
2026-03-06 23:46:40 +01:00
parent 97e8c3d965
commit 6dde73f39e

View File

@@ -106,6 +106,10 @@ int update_mode_install(omninx_variant_t variant) {
res = folder_copy_with_progress_v2(src_path, "sd:/", "switch/");
if (res != FR_OK && res != FR_NO_FILE) return res;
s_printf(src_path, "%s/themes", staging);
res = folder_copy_with_progress_v2(src_path, "sd:/", "themes/");
if (res != FR_OK && res != FR_NO_FILE) return res;
s_printf(src_path, "%s/warmboot_mariko", staging);
res = folder_copy_with_progress_v2(src_path, "sd:/", "warmboot_mariko/");
if (res != FR_OK && res != FR_NO_FILE) return res;