mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-13 11:39:52 +00:00
make it possible to build all other configurations
This commit is contained in:
@@ -28,10 +28,10 @@ namespace ElectronNET.CLI
|
||||
command = new StartElectronCommand(args.Skip(1).ToArray());
|
||||
break;
|
||||
case BuildCommand.COMMAND_NAME:
|
||||
command = new BuildCommand();
|
||||
command = new BuildCommand(args.Skip(1).ToArray());
|
||||
break;
|
||||
case InitCommand.COMMAND_NAME:
|
||||
command = new InitCommand();
|
||||
command = new InitCommand(args.Skip(1).ToArray());
|
||||
break;
|
||||
case "--help":
|
||||
case "--h":
|
||||
|
||||
Reference in New Issue
Block a user