We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc9ef2 commit 5acb6eeCopy full SHA for 5acb6ee
RedumpTool/Program.cs
@@ -81,7 +81,7 @@ private static Feature DeriveFeature(string feature)
81
private static Downloader? CreateDownloader(Feature feature, string[] args)
82
{
83
// Loop through all of the arguments
84
- var downloader = new Downloader();
+ var downloader = new Downloader() { Feature = feature };
85
try
86
87
for (int i = 1; i < args.Length; i++)
0 commit comments