X-Git-Url: http://git.sourceforge.jp/view?p=applistation%2FAppliStation.git;a=blobdiff_plain;f=na-get-lib%2FNaGet.InteropServices%2FCommonArchiverExtracter.cs;h=1d3d3c3497119bd9a7a46269a5c2bc3160f3d79f;hp=1126d1526498eb1da10689851ad6e0dc36c08d74;hb=aaf93a7da737963cfc0d36a3b505439359f1078b;hpb=d77e489a312afb2db4612269f7275c6ac1fd17cc diff --git a/na-get-lib/NaGet.InteropServices/CommonArchiverExtracter.cs b/na-get-lib/NaGet.InteropServices/CommonArchiverExtracter.cs index 1126d15..1d3d3c3 100644 --- a/na-get-lib/NaGet.InteropServices/CommonArchiverExtracter.cs +++ b/na-get-lib/NaGet.InteropServices/CommonArchiverExtracter.cs @@ -97,8 +97,8 @@ namespace NaGet.InteropServices /// アーカイバDLLの設定 /// public static readonly CommonArchiverDllConfig[] Configs = { - new CommonArchiverDllConfig("UNZIP32", "UnZip", "-x -o \"{0}\" \"{1}\" *", 541), 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),