Skip to content

Commit 2aba2a4

Browse files
committed
fix
1 parent a2ab76d commit 2aba2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElectronNET.CLI/Commands/BuildCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public Task<bool> ExecuteAsync()
120120
string electronParams = "";
121121
if (parser.Arguments.ContainsKey(_paramElectronParams))
122122
{
123-
electronParams = parser.Arguments[electronParams][0];
123+
electronParams = parser.Arguments[_paramElectronParams][0];
124124
}
125125

126126
Console.WriteLine($"Package Electron App for Platform {platformInfo.ElectronPackerPlatform}...");

0 commit comments

Comments
 (0)