Cleaning up the repo a bit
This commit is contained in:
Родитель
bb231e3849
Коммит
aaa8b19ef2
|
@ -3,9 +3,8 @@
|
|||
|
||||
# Repository-specific files
|
||||
output/
|
||||
binding/SkiaSharp.Portable/SkiaPortable.cs
|
||||
binding/HarfBuzzSharp.Portable/HarfBuzzPortable.cs
|
||||
*.VC.db
|
||||
**/Resources/Resource.designer.cs
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
SkiaSharp.Portable/SkiaPortable.cs
|
||||
HarfBuzzSharp.Portable/HarfBuzzPortable.cs
|
|
@ -117,7 +117,6 @@ var DecompressArchive = new Action<FilePath, DirectoryPath> ((archive, outputDir
|
|||
using (var reader = ReaderFactory.Open (stream)) {
|
||||
while (reader.MoveToNextEntry ()) {
|
||||
if (!reader.Entry.IsDirectory) {
|
||||
Information ("{0}", reader.Entry.Key);
|
||||
reader.WriteEntryToDirectory (outputDir.FullPath, new ExtractionOptions {
|
||||
ExtractFullPath = true,
|
||||
Overwrite = true
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче