mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-12 23:23:50 +08:00
Update README.md
This commit is contained in:
parent
a05bd923a3
commit
94fc40237f
1 changed files with 5 additions and 0 deletions
|
|
@ -209,6 +209,11 @@ signer = SignTool()
|
|||
signer.sign(r"c:\path\to\executable", bitness=64)
|
||||
```
|
||||
|
||||
Or as singleliner to use in scripts:
|
||||
```
|
||||
python.exe -c "from windows_tools.signtool import SignTool; s=SignTool(); s.sign(r'C:\GIT\npbackup\BUILDS\public\windows\x64\npbackup-viewer-x64.exe')"
|
||||
```
|
||||
|
||||
## Misc
|
||||
|
||||
NPBackup supports internationalization and automatically detects system's locale.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue