mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-09 21:17:47 +08:00
Make sure signtool shows requirements
This commit is contained in:
parent
6cb0348ec0
commit
6da29ca4c1
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ __version__ = "1.0.0"
|
|||
|
||||
|
||||
import os
|
||||
from windows_tools.signtool import SignTool
|
||||
try:
|
||||
from windows_tools.signtool import SignTool
|
||||
except ImportError:
|
||||
print("This tool needs windows_tools.signtool >= 0.3.1")
|
||||
|
||||
|
||||
basepath = r"C:\GIT\npbackup\BUILDS"
|
||||
|
|
Loading…
Add table
Reference in a new issue