winbench / bench

Portable Software Environment for Windows
https://winbench.org
MIT License
20 stars 3 forks source link

Prevent downloading the same resource twice #138

Closed mastersign closed 5 years ago

mastersign commented 5 years ago

Bench.MySQL and Bench.MySQLWB are using the same resource (installer bundle). Currently when installing both in one setup operation, it is downloaded twice.

Filter double URLs / target files in a batch download.

mastersign commented 5 years ago

Important is not so much the URL, but the ArchiveName or ResourceName (target file name in the cache). Because that is the point, where the potential conflict arises.