Skip to content

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

Open
davidB wants to merge 3 commits intojaemk:masterfrom
davidB:bug/strip_dot_prefix
Open

support tar.gz where files are prefixed by "./"#27
davidB wants to merge 3 commits intojaemk:masterfrom
davidB:bug/strip_dot_prefix

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