1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 01:15:38 +00:00
This commit is contained in:
Darien Raymond 2017-02-22 22:40:43 +01:00
parent f4012d38dd
commit 880f23647e
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -14,6 +14,7 @@ var (
flagTargetArch = flag.String("arch", runtime.GOARCH, "Target CPU arch of this build.")
flagArchive = flag.Bool("zip", false, "Whether to make an archive of files or not.")
flagMetadataFile = flag.String("metadata", "metadata.txt", "File to store metadata info of released packages.")
flagSignBinary = flag.Bool("sign", false, "Whether or not to sign the binaries.")
binPath string
)