summaryrefslogtreecommitdiff
path: root/scripts/installer.nsi
diff options
context:
space:
mode:
authorruki <[email protected]>2019-04-02 00:32:49 +0800
committerruki <[email protected]>2019-04-01 21:16:57 +0800
commitd71a01615883fffa53fbd28e578db14353628a52 (patch)
tree1347a31e2197e1daf6bf8eb9b16db35ff11e05b6 /scripts/installer.nsi
parent107a299751ceba2ab7941f5dbb36ec0f7dc74253 (diff)
update versionv2.2.5
Diffstat (limited to 'scripts/installer.nsi')
-rw-r--r--scripts/installer.nsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi
index c290620f0..28be963e9 100644
--- a/scripts/installer.nsi
+++ b/scripts/installer.nsi
@@ -14,7 +14,7 @@
;--------------------------------
; The name of the installer
-Name "xmake-v2.2.3"
+Name "xmake-v2.2.5"
; The file to write
OutFile "xmake.exe"
@@ -60,13 +60,13 @@ RequestExecutionLevel admin
;--------------------------------
; Version Information
-VIProductVersion "2.2.3.1128"
+VIProductVersion "2.2.5.0401"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "XMake"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: https://www.xmake.io"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: https://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 cross-platform build utility based on Lua"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.3"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright 2015-2019 tboox.org"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "A cross-platform build utility based on Lua"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.5"
;--------------------------------