mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide: Fixed Clean UPPOUT (thanks Klugier)
This commit is contained in:
parent
622a9c0a4d
commit
cded08b450
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue