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

Fixed decompressed directory filename not using ZIP name (#120) #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Aga-C
Copy link
Member

@Aga-C Aga-C commented Oct 19, 2024

What is it?

  • Bugfix
  • Feature
  • Codebase improvement

Description of the changes in your PR

  • Using ZIP name as a directory name for decompressed files.
  • Looking at the code, it seems that it was working some time ago. Probably it has broken during some refactors because title was originally keeping the filename.

Before/After Screenshots/Screen Record

  • Before:
qemu-system-x86_64_Z5dvV1ESnm.mp4
  • After:
qemu-system-x86_64_GENpmC3Bna.mp4

Fixes the following issue(s)

Acknowledgement

@WebCoder49
Copy link

Thanks so much for this fix, @Aga-C. I was getting annoyed by this behaviour and you've fixed it!

@naveensingh
Copy link
Member

And it will be merged soon :)

@WebCoder49
Copy link

Kudos to all the FOSS maintainers and contributors out there, including you!

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.

Inherit compressed folder name when decompressing
3 participants