Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/2.1' into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Oct 23, 2018
2 parents 46fe39f + 019e80a commit fafae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/signtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def signtool_path(subject_name, path):
print("Running signtool: ", path)
command = "signtool sign /n \"%s\" /v /debug %s" % (subject_name, path)
command = "signtool sign /sm /n \"%s\" /v %s" % (subject_name, path)
if os.system(command) != 0:
raise Exception('signtool failed: ' + command)

Expand Down

0 comments on commit fafae5c

Please sign in to comment.