PackBinary/install.cpp

9 lines
193 B
C++
Raw Normal View History

2024-10-27 15:51:46 +08:00
#include "install.h"
#include "resource.h"
2024-10-27 15:51:46 +08:00
bool CInstallBinary::startInstall(const CmdResult& result)
{
CResource res;
auto shell_template = res.getShellTemplate();
2024-10-27 15:51:46 +08:00
return false;
}