Skip to content

Commit 4eddc24

Browse files
Update main.c
1 parent 029da65 commit 4eddc24

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

main.c

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ static int install(int mcport, int icon_variant)
470470
DeleteFolder(temp_path);
471471
sprintf(temp_path,"mc%u:OPENTUNA", mcport);
472472
DeleteFolder(temp_path);
473-
sprintf(temp_path, "mc%u:SYS-CONF", mcport);
473+
sprintf(temp_path, "mc%u:SYS-CONF", mcport);
474474
DeleteFolder(temp_path);
475475
sprintf(temp_path, "mc%u:FUNTUNA-FORK", mcport);
476476
DeleteFolder(temp_path);
@@ -479,6 +479,20 @@ DeleteFolder(temp_path);
479479
sprintf(temp_path, "mc%u:FUNTUNA", mcport);
480480
DeleteFolder(temp_path);
481481
sprintf(temp_path, "mc%u:BXEXEC-OPENTUNA", mcport);
482+
DeleteFolder(temp_path);
483+
sprintf(temp_path, "mc%u:FMCBD-1.953", mcport);
484+
DeleteFolder(temp_path);
485+
sprintf(temp_path, "mc%u:FMCBD-1.966", mcport);
486+
DeleteFolder(temp_path);
487+
sprintf(temp_path, "mc%u:OPENTUNA", mcport);
488+
DeleteFolder(temp_path);
489+
sprintf(temp_path, "mc%u:OSDMENU", mcport);
490+
DeleteFolder(temp_path);
491+
sprintf(temp_path, "mc%u:POPSTARTER", mcport);
492+
DeleteFolder(temp_path);
493+
sprintf(temp_path, "mc%u:POWEROFF", mcport);
494+
DeleteFolder(temp_path);
495+
sprintf(temp_path, "mc%u:PS1_DKWDRV", mcport);
482496
DeleteFolder(temp_path);
483497

484498
//If the files exists, we have an error:

0 commit comments

Comments
 (0)