mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 23:05:03 +00:00
Remove debug write from NSIS
This commit is contained in:
@@ -19,7 +19,6 @@ namespace BurnOutSharp.PackerType
|
||||
return null;
|
||||
|
||||
string description = Utilities.GetManifestDescription(pex);
|
||||
Console.WriteLine(description);
|
||||
if (!string.IsNullOrWhiteSpace(description) && description.StartsWith("Nullsoft Install System"))
|
||||
return $"NSIS {description.Substring("Nullsoft Install System".Length).Trim()}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user