PackBinary/install.cpp

6 lines
102 B
C++
Raw Normal View History

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