Task Description
As a user, I need control over how downloaded mod archives are managed after installation so that I can balance disk space usage against keeping archives cached for reinstalls. Currently all archives are kept in the downloads folder indefinitely with no cleanup.
Acceptance Criteria
Additional Information
Relevant code: AppPaths.downloadsDir and archive download step in InstallCoordinator.installEntries()
Task Description
As a user, I need control over how downloaded mod archives are managed after installation so that I can balance disk space usage against keeping archives cached for reinstalls. Currently all archives are kept in the downloads folder indefinitely with no cleanup.
Acceptance Criteria
Additional Information
Relevant code:
AppPaths.downloadsDirand archive download step inInstallCoordinator.installEntries()