twogood / unshield

Tool and library to extract CAB files from InstallShield installers
MIT License
332 stars 71 forks source link

git lfs test #148

Closed twogood closed 2 years ago

twogood commented 2 years ago

@kratz00 use LFS like this?

kratz00 commented 2 years ago

In case there are just cab files I would directly add them, the Zip is just overhead (does not save disk space either). The only exception I currently see is the wireplay Zip file, as most data files from it are needed.

twogood commented 2 years ago

In case there are just cab files I would directly add them, the Zip is just overhead (does not save disk space either). The only exception I currently see is the wireplay Zip file, as most data files from it are needed.

One of the reasons for having .zip files is to make it harder for DMCA scanning bots and similar crap, in case there would be a match.

kratz00 commented 2 years ago

Understood, I will update my PR and put the cab files into Zip files again.

twogood commented 2 years ago

Fixed in #149