dtrx-py / dtrx

Do The Right Extraction
GNU General Public License v3.0
224 stars 10 forks source link

Handle archives with duplicate files #34

Open noahp opened 2 years ago

noahp commented 2 years ago

Archives with multiple instances of the same file (generally not found in the wild, but some .jar builders seem to produce them 🤷) will hang indefinitely waiting on a hidden 7z prompt. Instead, float an error or overwrite depending on flags.

Fixes #29.