ide: Fixed Clean UPPOUT (thanks Klugier)

This commit is contained in:
Mirek Fidler 2026-02-23 19:06:48 +01:00
parent 622a9c0a4d
commit cded08b450

View file

@ -121,7 +121,7 @@ void Ide::PackageClean()
void Ide::CleanUppOut()
{
String out = GetOutputDir();
String out = GetUppOut();
if(!PromptYesNo(Format("Erase the whole output directory [* \1%s\1]?", out)))
return;
console.Clear();