Fix compiler output argument in homescreen

This commit is contained in:
Nathan Lanza 2021-06-07 01:30:09 -04:00 committed by Arthur Sonzogni
parent a24abdae19
commit e9eab32b2f

View File

@ -203,7 +203,7 @@ int main(int argc, const char* argv[]) {
}
// Executable
if (!executable_content_.empty()) {
line.push_back(text(L" -O ") | bold);
line.push_back(text(L" -o ") | bold);
line.push_back(text(executable_content_) | color(Color::BlueLight) |
bold);
}