Skip to content

Commit

Permalink
修复特殊字符无法创建目录
Browse files Browse the repository at this point in the history
  • Loading branch information
mzky committed May 11, 2024
1 parent 44740c6 commit 19ad303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (c *Config) InitConfig() {
version := flag.Bool("v", false, "查看版本号")
flag.Parse()
if *version {
fmt.Println("Version:", "1.3.2")
fmt.Println("Version:", "1.3.5")
os.Exit(0)
}
if c.FFMpegPath == "" {
Expand Down

0 comments on commit 19ad303

Please sign in to comment.