From 78c0e2753fa94245f0edc97a195fe50c04a4eb79 Mon Sep 17 00:00:00 2001 From: ttp Date: Mon, 22 Oct 2018 00:13:18 +0900 Subject: [PATCH] =?utf8?q?=E3=83=81=E3=82=B1=E3=83=83=E3=83=88=20#38687=20?= =?utf8?q?tar.gz=20=E5=BD=A2=E5=BC=8F=E3=81=8C=207-ZIP32.DLL=20=E3=81=8C?= =?utf8?q?=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=81=95?= =?utf8?q?=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B=E7=92=B0=E5=A2=83=E4=B8=8B?= =?utf8?q?=E3=81=A7=E6=AD=A3=E3=81=97=E3=81=8F=E5=B1=95=E9=96=8B=E3=81=95?= =?utf8?q?=E3=82=8C=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- na-get-lib/NaGet.InteropServices/CommonArchiverExtracter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/na-get-lib/NaGet.InteropServices/CommonArchiverExtracter.cs b/na-get-lib/NaGet.InteropServices/CommonArchiverExtracter.cs index 714d812..9e6ed93 100644 --- a/na-get-lib/NaGet.InteropServices/CommonArchiverExtracter.cs +++ b/na-get-lib/NaGet.InteropServices/CommonArchiverExtracter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Runtime.InteropServices; using System.IO; @@ -140,11 +140,11 @@ namespace NaGet.InteropServices /// アーカイバDLLの設定 /// public static readonly CommonArchiverDllConfig[] Configs = { + new CommonArchiverDllConfig("TAR32", "Tar", "-x \"{0}\" -o \"{1}\"", 218), // 7-ZIP32.DLL が tar.gz などをハンドルしないよう TAR32 を優先させる new CommonArchiverDllConfig("7-ZIP32", "SevenZip", "x -y \"{0}\" \"-o{1}\"", 423), new CommonArchiverDllConfig("UNZIP32", "UnZip", "-x -o \"{0}\" \"{1}\" *", 541), new CommonArchiverDllConfig("UNLHA32", "Unlha", "x \"{0}\" \"{1}\" *", 240), new CommonArchiverDllConfig("CAB32", "Cab", "-x \"{0}\" \"{1}\" *", 98), - new CommonArchiverDllConfig("TAR32", "Tar", "-x \"{0}\" -o \"{1}\"", 218), new CommonArchiverDllConfig("UNGCA32", "UnGCA", "e \"{0}\" \"{1}\"", 10), // いるかな? //new CommonArchiverDllConfig("UNRAR32", "Unrar", "x -y \"{0}\" \"{1}\" *", -1), -- 2.11.0