From bf9a8ac1cf0f111e3478c5d641aae44832f8e34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Tue, 1 Aug 2017 16:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=94=B9=E4=B8=80=E4=B8=8B=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoZipRelease.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoZipRelease.vbs b/AutoZipRelease.vbs index 6194e80..5caa6c8 100644 --- a/AutoZipRelease.vbs +++ b/AutoZipRelease.vbs @@ -80,7 +80,7 @@ Loop curDir = osh.CurrentDirectory + "\" Dim platform,bit platform = Split("x86,x64", ",") -bit = Split("win32,win64", ",") +bit = Split("win-32bit,win-64bit", ",") For xi = 0 To 1 zipName = "FastCopy-M_" & verNum & "_" & bit(xi) & ".zip" WScript.Echo "Add files to " & zipName & ""