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

Add New uncompressed mods to compressed Collection will zip it automaticlly. #462

Closed
MADxingjin opened this issue Sep 21, 2023 · 2 comments
Labels
duplicate This issue or pull request already exists wontfix This will not be worked on

Comments

@MADxingjin
Copy link

Is your feature request related to a problem? Please describe.
Merged a collection. found modsth missing, appended to collection. all mods but modsth are merged and there is no button to compress single mod only.
had to compress the entire collection again, the name of compressed mods becomes messy and unhumanreadable.

Describe the solution you'd like
A button for compressing single selected mod.

Describe alternatives you've considered
Detection of sparse file mods added to merged collection and merge all of them again.

foreach(var mod in collection){ if(!mod.compressed) { CompressSingle(mod);} }

@MADxingjin MADxingjin added the feature New feature or request label Sep 21, 2023
@bcssov bcssov added duplicate This issue or pull request already exists and removed feature New feature or request labels Sep 22, 2023
@bcssov
Copy link
Owner

bcssov commented Sep 22, 2023

Duplicate of: #435

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the wontfix This will not be worked on label Sep 27, 2023
@github-actions github-actions bot closed this as completed Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants