AppImageCommunity / zsync2

Rewrite of https://github.com/AppImage/zsync-curl, using modern C++, providing both a library and standalone tools.
Other
132 stars 25 forks source link

Inform about the "new" file name after updating #40

Open probonopd opened 5 years ago

probonopd commented 5 years ago

Use case:

me@host:~$ ls /isodevice/Applications/QMediathekView-*
/isodevice/Applications/QMediathekView-0951c25-x86_64.AppImage
/isodevice/Applications/QMediathekView-0951c25-x86_64.AppImage.part
/isodevice/Applications/QMediathekView-18dd68f-x86_64.AppImage
/isodevice/Applications/QMediathekView-18dd68f-x86_64.AppImage.part
/isodevice/Applications/QMediathekView-bdd3b30-x86_64.AppImage
/isodevice/Applications/QMediathekView-d63852a-x86_64.AppImage

When I run an update on any of these, I want to know what the new filename is...

zsync2: Verifying downloaded file
zsync2: checksum matches OK
zsync2: used 26968064 local, fetched 249416

should be changed to

zsync2: Verifying downloaded file the/path/to/the/new/file <-- so that we know what the new file is
zsync2: checksum matches OK
zsync2: used 26968064 local, fetched 249416