Finish implementing update installation.
Also add the option to update on exit.
This commit is contained in:
@ -388,7 +388,7 @@ void UpdateInstaller::restartMainApp()
|
||||
{
|
||||
try
|
||||
{
|
||||
std::string command = m_installDir + '/' + m_finishCmd;
|
||||
std::string command = m_finishCmd;
|
||||
std::list<std::string> args;
|
||||
|
||||
if (!command.empty())
|
||||
|
Reference in New Issue
Block a user