Fixed #4465 - Added syntool sign call
This commit is contained in:
parent
2e060cc2f3
commit
0edb3a74b3
|
@ -803,6 +803,7 @@ class InternalCommands:
|
||||||
self.signFile(pfx, pwd, 'bin/Release', 'synergyc.exe')
|
self.signFile(pfx, pwd, 'bin/Release', 'synergyc.exe')
|
||||||
self.signFile(pfx, pwd, 'bin/Release', 'synergys.exe')
|
self.signFile(pfx, pwd, 'bin/Release', 'synergys.exe')
|
||||||
self.signFile(pfx, pwd, 'bin/Release', 'synergyd.exe')
|
self.signFile(pfx, pwd, 'bin/Release', 'synergyd.exe')
|
||||||
|
self.signFile(pfx, pwd, 'bin/Release', 'syntool.exe')
|
||||||
self.signFile(pfx, pwd, 'bin/Release', 'synwinhk.dll')
|
self.signFile(pfx, pwd, 'bin/Release', 'synwinhk.dll')
|
||||||
|
|
||||||
def signFile(self, pfx, pwd, dir, file):
|
def signFile(self, pfx, pwd, dir, file):
|
||||||
|
|
Loading…
Reference in New Issue