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 a2ab76d commit 2aba2a4Copy full SHA for 2aba2a4
ElectronNET.CLI/Commands/BuildCommand.cs
@@ -120,7 +120,7 @@ public Task<bool> ExecuteAsync()
120
string electronParams = "";
121
if (parser.Arguments.ContainsKey(_paramElectronParams))
122
{
123
- electronParams = parser.Arguments[electronParams][0];
+ electronParams = parser.Arguments[_paramElectronParams][0];
124
}
125
126
Console.WriteLine($"Package Electron App for Platform {platformInfo.ElectronPackerPlatform}...");
0 commit comments