Skip to content
Snippets Groups Projects
Commit febb1801 authored by Simon Tatham's avatar Simon Tatham
Browse files

Stop using 'zip -k' to construct the Windows source archive.

It was intended to ensure that people still working with DOS filename
restrictions (or things approximating that, e.g. VFAT) wouldn't have
trouble. Those days are surely long gone, and now zip -k is causing
its own trouble with the new VS2010/VS2012 project files, which
include pairs of filenames that become the same under the zip -k
transformation and hence break the source archive build.

[originally from svn r10155]
parent 227d44e1
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,6 @@ verbosely() {
"$@"
}
verbosely zip -k -l putty-src.zip $text
verbosely zip -k -l putty-src.zip $bintext
verbosely zip -k putty-src.zip $bin
verbosely zip -l putty-src.zip $text
verbosely zip -l putty-src.zip $bintext
verbosely zip putty-src.zip $bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment