From 43cef2c1d00ec49f9e117db8f1e2895fa7b5b0c5 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 15 Dec 2018 17:57:37 -0800 Subject: [PATCH] output file path during extraction --- tools/mpq/mpq.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mpq/mpq.go b/tools/mpq/mpq.go index a15c3a0..db2b2ef 100644 --- a/tools/mpq/mpq.go +++ b/tools/mpq/mpq.go @@ -59,6 +59,8 @@ func extract(mpqPath, filter, targetDir string) error { continue } + fmt.Println(resPath) + resFile, err := arch.OpenFile(resPath) if err != nil { return err