output file path during extraction
This commit is contained in:
parent
11032fec24
commit
43cef2c1d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user