Skip to content

Commit

Permalink
MOre verbose?
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Sep 11, 2024
1 parent ee8473e commit 1efb2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Builders/WindowsBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public override Uploader CreateUploader()
if (dllPath == null)
Logger.Error("Could not find path for Dlib.dll");

extraArgs += $" --signParams=\"/td sha256 /fd sha256 /dlib \\\"{dllPath}\\\" /dmdf \\\"{Path.GetFullPath(Program.WindowsCodeSigningMetadataPath)}\\\" /tr http://timestamp.acs.microsoft.com\"";
extraArgs += $" --signParams=\"/v /td sha256 /fd sha256 /dlib \\\"{dllPath}\\\" /dmdf \\\"{Path.GetFullPath(Program.WindowsCodeSigningMetadataPath)}\\\" /tr http://timestamp.acs.microsoft.com\"";
}

return new WindowsVelopackUploader(app_name, os_name, RuntimeIdentifier, channel, extraArgs: extraArgs);
Expand Down

0 comments on commit 1efb2fb

Please sign in to comment.