Use the sign command to sign files using embedded signatures. Signing protects a file from tampering, and allows users to verify the signer (you) based on a signing certificate. The options below allow you to specify signing parameters and to select the signing certificate you wish to use.
For more details, visit the official website.
diff --git a/src/Fallout.Common/Tools/SignTool/SignTool.json b/src/Fallout.Common/Tools/SignTool/SignTool.json
index c41aebeee..958737cbf 100644
--- a/src/Fallout.Common/Tools/SignTool/SignTool.json
+++ b/src/Fallout.Common/Tools/SignTool/SignTool.json
@@ -6,6 +6,9 @@
"name": "SignTool",
"officialUrl": "https://docs.microsoft.com/en-us/dotnet/framework/tools/signtool-exe",
"help": "Sign Tool is a command-line tool that digitally signs files, verifies signatures in files, and time-stamps files.",
+ "nugetPackageId": "Microsoft.Windows.SDK.BuildTools",
+ "packageExecutable": "signtool.exe",
+ "customExecutable": true,
"tasks": [
{
"help": "Use the