mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Update windows-installer/construct.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
ca1b9e42b8
commit
b65d752814
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ PYTHON_BITNESS = 32
|
|||
PYWIN32_VERSION = 227 # do not forget to edit pywin32 dependency accordingly in setup.py
|
||||
NSIS_VERSION = '3.04'
|
||||
|
||||
# Certbot auto-upgrade feature and integration tests rely on the installer name format.
|
||||
# Certbot's auto-upgrade feature and integration tests rely on the installer name format.
|
||||
# If you need to change it, you will ensure that it will not break anything, in particular
|
||||
# the auto-upgrade feature.
|
||||
INSTALLER_NAME = 'certbot-beta-installer-{installer_suffix}.exe'.format(
|
||||
|
|
|
|||
Loading…
Reference in a new issue