diff options
Diffstat (limited to 'steam/archive.go')
| -rw-r--r-- | steam/archive.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/steam/archive.go b/steam/archive.go index 296defa..72bab10 100644 --- a/steam/archive.go +++ b/steam/archive.go @@ -31,8 +31,6 @@ func tarWalkfn(writer *tar.Writer, prefix string) filepath.WalkFunc { tarPth = strings.ReplaceAll(tarPth, "\\", "/") tarPth = strings.TrimPrefix(tarPth, "/") - // TODO; See if tar.FileInfoheader() could be used instead - // without the pathing issues I encountered h := &tar.Header{ Name: tarPth, Size: info.Size(), |
