proj_flow.ext.sign
The proj_flow.ext.sign provides the "Sign" and "SignPackages"
steps.
- class proj_flow.ext.sign.SignBase(name: str, runs_after: List[str] = [], runs_before: List[str] = [])
- class proj_flow.ext.sign.SignFiles
(Windows) Signs executable files in build directory
- Name:
Sign
- Runs after:
Build
- Runs before:
Pack
- class proj_flow.ext.sign.SignMsi
(Windows) Signs MSI installers in build directory
- Name:
SignPackages
- Runs after:
Pack
- Runs before:
StorePackages and Store