diff options
| author | ac79b0c6 <[email protected]> | 2022-05-12 18:25:37 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2022-05-12 18:25:37 +0800 |
| commit | eae9cc62d66dce50a7cfb94e959690712aecc6c9 (patch) | |
| tree | ea65a273342a8662af98b8e499c6d4ab20efc2d9 | |
| parent | dc6a901c0defb6d5f2d95dda4ba595b520414aa6 (diff) | |
update mkvtool:mkvlib bump to v2.0.6
| -rw-r--r-- | mkvtool/go.mod | 2 | ||||
| -rw-r--r-- | mkvtool/main.go | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mkvtool/go.mod b/mkvtool/go.mod index 109b3aa..e65d5f4 100644 --- a/mkvtool/go.mod +++ b/mkvtool/go.mod @@ -2,7 +2,7 @@ module github.com/MkvAutoSubset/MkvAutoSubset/mkvtool go 1.18 -require github.com/MkvAutoSubset/MkvAutoSubset/mkvlib v0.0.0-20220512085855-a553b940ef46 +require github.com/MkvAutoSubset/MkvAutoSubset/mkvlib v0.0.0-20220512102038-dc6a901c0def require ( github.com/antchfx/xmlquery v1.3.10 // indirect diff --git a/mkvtool/main.go b/mkvtool/main.go index 1351220..b37a508 100644 --- a/mkvtool/main.go +++ b/mkvtool/main.go @@ -16,7 +16,7 @@ import ( ) const appName = "MKV Tool" -const appVer = "v4.0.5" +const appVer = "v4.0.6" const tTitle = appName + " " + appVer var appFN = fmt.Sprintf("%s %s %s/%s", appName, appVer, runtime.GOOS, runtime.GOARCH) @@ -187,7 +187,7 @@ func main() { fmt.Printf("Need list: \t%s\n", strings.Join(list[0], "\n\t\t")) if len(list[1]) > 0 { fmt.Printf("\nMissing list: \t%s\n", strings.Join(list[1], "\n\t\t")) - } else { + } else if !nck { fmt.Println("\n*** All included fonts are found. ***") } } else { |
