We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ea791 commit 55beabfCopy full SHA for 55beabf
1 file changed
main.c
@@ -251,7 +251,7 @@ static int install(int mcport, int icon_variant)
251
}
252
253
//If there's no free space, we have an error:
254
- if (mc_Free < 1727)
+ if (mc_Free < 200)
255
{
256
return 3;
257
@@ -267,6 +267,10 @@ static int install(int mcport, int icon_variant)
267
DeleteFolder(temp_path);
268
sprintf(temp_path,"mc%u:OPENTUNA", mcport);
269
270
+ sprintf(temp_path,"mc%u:DST_OPENTUNA-INSTALLER", mcport);
271
+ DeleteFolder(temp_path);
272
+ sprintf(temp_path,"mc%u:DST_FMCT-INSTALLER", mcport);
273
274
275
//If the files exists, we have an error:
276
if (mcport == 0)
0 commit comments