summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2018-11-11 14:38:58 +0800
committerruki <[email protected]>2018-11-11 14:38:58 +0800
commit7d5215f5807e37a23d350aaa11fc1e1b6464bd7e (patch)
treefaecf2918f19e8dce5a9831871485cfd450bd4cb /scripts
parentc6f8926ba3ed2557ddd66a6b03436a34a2aeb90b (diff)
impl xmake update on windows
Diffstat (limited to 'scripts')
-rw-r--r--scripts/installer.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi
index e1d57ef67..5606d6a29 100644
--- a/scripts/installer.nsi
+++ b/scripts/installer.nsi
@@ -14,7 +14,7 @@
;--------------------------------
; The name of the installer
-Name "xmake"
+Name "xmake-v2.2.2"
; The file to write
OutFile "xmake.exe"