mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor fix to 902e734
This commit is contained in:
parent
2336b08b88
commit
8b5e4c3ace
@ -76,7 +76,10 @@ void RunCommand(std::wstring command)
|
||||
}
|
||||
}
|
||||
|
||||
RunFile(command.c_str(), args.c_str());
|
||||
if (!command.empty())
|
||||
{
|
||||
RunFile(command.c_str(), args.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
void RunFile(const WCHAR* file, const WCHAR* args, bool asAdmin)
|
||||
|
Loading…
Reference in New Issue
Block a user