self_update icon indicating copy to clipboard operation
self_update copied to clipboard

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

Open davidB opened this issue 6 years ago • 1 comments

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 avatar Aug 16 '19 11:08 davidB

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

davidB avatar Nov 11 '19 11:11 davidB