mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Put beta keyword
This commit is contained in:
parent
0eb0867a93
commit
1b46c00e7c
2 changed files with 5 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue