DRTVWR-447: For some reason the Windows viewer exe wasn't signed.
viewer_manifest.py was signing updater.exe within the package, and then signing the installer executable itself, but not the actual viewer executable. Add that.master
parent
32e30386d8
commit
9b5b44314a
|
|
@ -827,6 +827,7 @@ class WindowsManifest(ViewerManifest):
|
|||
# note that the enclosing setup exe is signed later, after the makensis makes it.
|
||||
# Unlike the viewer binary, the VMP filenames are invariant with respect to version, os, etc.
|
||||
for exe in (
|
||||
self.final_exe(),
|
||||
"updater.exe",
|
||||
):
|
||||
self.sign(exe)
|
||||
|
|
|
|||
Loading…
Reference in New Issue