Get the string of the signing command to be executed. For Windows, this command is inserted into the NSIS template.
(self)
| 57 | self._verify_tool_is_available() |
| 58 | |
| 59 | def get_signing_command(self): |
| 60 | """Get the string of the signing command to be executed. |
| 61 | |
| 62 | For Windows, this command is inserted into the NSIS template. |
| 63 | """ |
| 64 | return self.executable |
| 65 | |
| 66 | def verify_signature(self): |
| 67 | """Verify the signed installer.""" |