150 formatting

Add signer info for windows installer
This commit is contained in:
zzz
2019-05-15 13:28:57 +00:00
parent 724b2bfa71
commit 9f830c8f2b
2 changed files with 12 additions and 0 deletions

View File

@@ -166,6 +166,12 @@ The files are signed by {{ signer }},
<a href="{{ signingkey }}">whose key is here</a>.
{%- endtrans %}
{% trans signer='zlatinb',
signingkey=url_for('static', filename='zlatinb.key.crt') -%}
The Windows installer is signed by {{ signer }},
<a href="{{ signingkey }}">whose key is here</a>.
{%- endtrans %}
{% trans signer='mikalv (meeh)',
signingkey=url_for('static', filename='mikalv.key.crt') -%}
The Mac OS X native installer is signed by {{ signer }} with his Apple Developer ID certificate,