修改 编译脚本

This commit is contained in:
dengsgo
2018-09-30 09:43:14 +08:00
parent cae4bf355e
commit a5fb3aea36
6 changed files with 12 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ import (
"os"
"os/exec"
"path"
"strconv"
"sync"
"time"
)
@@ -230,6 +231,10 @@ func parseArgs() {
parseConfig()
run(new(changeFile))
return
case "version":
fallthrough
case "v":
fmt.Println("[VERSION] Release: v1.2 filegirl: " + strconv.Itoa(Version))
default:
fmt.Print(helpStr)
}