SDL: build.sh will accept app name to compile, so you can do './build.sh -r ballfield' to switch projects

This commit is contained in:
Sergii Pylypenko
2015-08-06 20:06:48 +03:00
parent 96586aacd0
commit 4ec5d67fbb
2 changed files with 28 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ static int unpackFiles(const char *archive, const char *script, const char *dele
{
sprintf(unpackLog[0], "Error: not enough free space on internal storage");
sprintf(unpackLog[1], "Available %llu Mb, required %d Mb", (uint64_t)freeSpace.f_bsize * freeSpace.f_bavail / 1024 / 1024, freeSpaceRequiredMb);
sprintf(unpackLog[2], "Please uninstall large apps to free more space on internal storage");
sprintf(unpackLog[2], "Uninstall large apps to free more space on internal storage");
sleep(1);
continue;
}