From 3f2829d22fd3240af4a492a85157f034bc728e70 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Thu, 28 Jul 2016 10:04:45 +0100 Subject: [PATCH] [LibZipSharp] Android projects which use Support packages are failing to build on Windows due issue extracting resources Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=42835 Fixes an issue where IsDirectory was returning false for directories. This is because while the Size is 0 the compressed size is NOT 0. This is probably because the data has to be stored somehow in the zip :). So for directories we'll check that the Size is zero and that the string ends in a '/' Ths commit Bumps the submodule for LibZipSharp to bring in the fix. --- external/LibZipSharp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/LibZipSharp b/external/LibZipSharp index c6379dee41d..91e73c17c02 160000 --- a/external/LibZipSharp +++ b/external/LibZipSharp @@ -1 +1 @@ -Subproject commit c6379dee41de6964052bd609a4ba21cca1508800 +Subproject commit 91e73c17c0233524bbabb593e614cd2e241f1e90