hojongs / pbkit-go

Pbkit rewritten in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use symlink

hojongs opened this issue · comments

Create symlink to dep at .pollapo/{dep} instead of unzip the dep into .pollapo/{dep}

There is no unzipped directory in cache directory currently,
So it doesn't make sense to replace it with symlink.

Moreover, mklink on windows requires more permission. so this feature will usually work on POSIX only.