-
-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Labels
Description
Electron.NET CLI: 9.31.1
Node.js: 12.18.2
.NET Core: 3.1
Target: win
When I launch command "electronize build /target win" I receive following error:
Unknown argument: .
I found that this error is throwed from file ElectronNET.CLI/Commands/BuildCommand.cs at line 189, after launched command "npx electron-builder . --config=./bin/electron-builder.json --win --x64 -c.electronVersion=9.0.3".
I saw that @rbaker26 fix this bug by removing extra dot so I tried to clone repo, build solution and replace electron dotnet-electronize.dll. In this way, now electron build successfully but when I launch the app, process is visible only in background.