Signing of update packages.

This commit is contained in:
Robin Davies
2024-08-28 07:17:01 -04:00
parent 26ba5a4327
commit f30d773251
14 changed files with 612 additions and 142 deletions
+1
View File
@@ -35,4 +35,5 @@ int main(int argc, char**argv)
}
std::filesystem::path path = argv[1];
AdminInstallUpdate(path);
return EXIT_SUCCESS;
}