diff options
| author | ruki <[email protected]> | 2018-06-16 21:50:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-06-16 21:50:41 +0800 |
| commit | f15ff1ca73b02ff5f522c9fe59004331b1b410fb (patch) | |
| tree | a7df7334ba1456d9bea9390eb358ede811ab55db /scripts/installer.nsi | |
| parent | d37d5fa62c84c1bf1c63b1a71aacbde497493dd6 (diff) | |
update versionv2.2.1
Diffstat (limited to 'scripts/installer.nsi')
| -rw-r--r-- | scripts/installer.nsi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index 7a672e55e..c749b5b2d 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -49,7 +49,7 @@ RequestExecutionLevel admin ; Finish Pages
!define MUI_FINISHPAGE_LINK "Donate $$5"
-!define MUI_FINISHPAGE_LINK_LOCATION "http://xmake.io/pages/donation.html#donate"
+!define MUI_FINISHPAGE_LINK_LOCATION "https://xmake.io/pages/donation.html#donate"
!insertmacro MUI_PAGE_FINISH
;--------------------------------
@@ -60,13 +60,13 @@ RequestExecutionLevel admin ;--------------------------------
; Version Information
-VIProductVersion "2.1.9.0203"
+VIProductVersion "2.2.1.0616"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "XMake"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: http://www.xmake.io"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: https://www.xmake.io"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The TBOOX Open Source Group"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright 2015-2018 tboox.org"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "The Make-like Build Utility based on Lua"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.1.9"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "The cross-platform build utility based on Lua"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.1"
;--------------------------------
|
