nicohman / wyvern

A simple CLI client for installing and maintaining linux GOG games
GNU General Public License v3.0
87 stars 5 forks source link

If Ctrl+C during download please clean up #5

Closed sigboe closed 5 years ago

sigboe commented 5 years ago

If you do Ctrl+C during download, making an unfinished download. Please clean up before exiting.

Or if you want to implement resuming downloads, maybe append .tmp to the file during downloads.

nicohman commented 5 years ago

Yeah, appending .tmp seems like a good idea. I'll add that soon.

nicohman commented 5 years ago

This was added in commit da5f801f.