Put beta keyword

This commit is contained in:
Adrien Ferrand 2019-10-23 10:46:27 +02:00
parent 0eb0867a93
commit 1b46c00e7c
2 changed files with 5 additions and 2 deletions

View file

@ -113,7 +113,7 @@ target=$INSTDIR\\run.bat
[Build]
directory=nsis
nsi_template=template.nsi
installer_name=certbot-installer-{installer_suffix}.exe
installer_name=certbot-beta-installer-{installer_suffix}.exe
[Python]
version={python_version}

View file

@ -60,7 +60,10 @@ SetCompressor lzma
!insertmacro MUI_LANGUAGE "English"
[% endblock modernui %]
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
; CERTBOT CUSTOM BEGIN
Name "${PRODUCT_NAME} (beta) ${PRODUCT_VERSION}"
;Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
; CERTBOT CUSTOM END
OutFile "${INSTALLER_NAME}"
ShowInstDetails show