Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
再改一下吧
Browse files Browse the repository at this point in the history
  • Loading branch information
Mapaler committed Aug 1, 2017
1 parent a5539c4 commit bf9a8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoZipRelease.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -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 & ""
Expand Down

0 comments on commit bf9a8ac

Please sign in to comment.