mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove standalone 7z
This commit is contained in:
@@ -23,17 +23,6 @@ namespace SabreTools.Helper
|
||||
get { return (Type.GetType("Mono.Runtime") != null); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The path to the root of the 7z binaries and DLLs
|
||||
/// </summary>
|
||||
public static string SevenZipPath
|
||||
{
|
||||
get
|
||||
{
|
||||
return Environment.CurrentDirectory + Path.DirectorySeparatorChar + (Environment.Is64BitOperatingSystem ? "x64" : "x86") + Path.DirectorySeparatorChar;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Show the help dialog for a given class
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user