Install: copy all staging root files via directory iteration
All checks were successful
Build / Build (push) Successful in 18s

Made-with: Cursor
This commit is contained in:
2026-03-30 17:49:52 +02:00
parent 6dde73f39e
commit 0015c7e8ac
3 changed files with 36 additions and 24 deletions

View File

@@ -35,6 +35,7 @@ void install_check_and_clear_screen_if_needed(void);
bool install_path_exists(const char *path);
int install_count_directory_items(const char *path);
void install_combine_path(char *result, size_t size, const char *base, const char *add);
int install_copy_staging_root_files(const char *staging, const char *dst_root);
int delete_path_list(const char* paths[], const char* description);
int delete_path_lists_grouped(const char *folder_display_name, ...);
int folder_delete_single_with_progress(const char *path, const char *display_name);