9 lines
193 B
C++
9 lines
193 B
C++
#include "install.h"
|
|
#include "resource.h"
|
|
|
|
bool CInstallBinary::startInstall(const CmdResult& result)
|
|
{
|
|
CResource res;
|
|
auto shell_template = res.getShellTemplate();
|
|
return false;
|
|
} |