Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support tar.gz where files are prefixed by "./" #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

davidB
Copy link

@davidB davidB commented Aug 16, 2019

To allow self_update to use .bin_name("f1.txt") on :
archive are created like:

tar -czvf t_archive.tar.gz -C t_archive .
a .
a ./f1.txt

like (existing) for archive created like:

cd t_archive
tar -czvf ../t_archive-2.tar.gz  *
a f1.txt

PS: calling .bin_name("./f1.txt") failed

@davidB
Copy link
Author

davidB commented Nov 11, 2019

the error on windows is random, sometime present, sometime no-error and in various place. I'm not a windows FS expert. Any suggestion ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant