EWSoftware / SHFB

Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
Other
2.2k stars 368 forks source link

Duplicate file in latest release #1082

Closed RichardD2 closed 1 month ago

RichardD2 commented 2 months ago

The SHFBInstaller_2024.9.12.0.zip file for the latest release contains two copies of the InstallerConfiguration.xml file:

image

This duplicate file is not visible if you open the file in Windows Explorer, but it is visible if you use 7zip.

EWSoftware commented 2 months ago

It must be a problem with 7zip as I don't see a duplicate in PKZip either. Extracting the file only gets one copy and it's the right one. There's no prompt to overwrite an existing copy either.

RichardD2 commented 1 month ago

Interesting - thanks for checking. The built-in ZipFile class and SharpZipLib also only show a single entry for that file.