anisette is done, how to sign?

This commit is contained in:
2026-01-07 18:23:30 +02:00
parent 2b91057589
commit defb60ac53
32 changed files with 455 additions and 61 deletions

View File

@@ -1,5 +1,6 @@
#include "tier0/platform.h"
#include "tier1/commandline.h"
#include "tier0/rand.h"
#include "tier0/commandline.h"
#include "tier1/interface.h"
#include "tier1/utlvector.h"
#include "tier2/ifilesystem.h"
@@ -153,12 +154,10 @@ findbuild:
*ppConfig = g_pConfig;
CommandLine()->CreateCommandLine(c, v);
Plat_InitRandom();
if (CommandLine()->CheckParam("build"))
return build();
const char *szDeployDevice = CommandLine()->ParamValue("deploy");
if (szDeployDevice)
{
}
Plat_ShutdownRandom();
return 0;
};