Difference between revisions of "Code Signing"

From Verge3D Wiki
Jump to navigationJump to search
(Created page with "== Windows == === Verification === signtool verify /pa binary_file.exe == macOS == TBD")
 
m
Line 7: Line 7:
== macOS ==
== macOS ==


TBD
=== Verification ===
 
codesign --verify --verbose binary_file

Revision as of 14:18, 26 January 2022

Windows

Verification

signtool verify /pa binary_file.exe

macOS

Verification

codesign --verify --verbose binary_file