How do I create a desktop application on a Mac? #465

Closed
opened 2026-01-29 16:40:14 +00:00 by claunia · 1 comment
Owner

Originally created by @ajayplutus on GitHub (Mar 17, 2020).

Originally assigned to: @robertmuehsig on GitHub.

Hi,

I have created asp.net core 3.1 web application with simple login user functionality. Now I am trying to convert to a desktop application via Electron JS on a Mac machine, but I am getting problems on a build application.

I want to know how to create build via commands for a Mac machine.

I have tried with the solutions below, but no success:

Https://github.com/ElectronNET/Electron.NET#start-the-application

Https://github.com/ElectronNET/Electron.NET/issues/190

Thanks in advance.

Originally created by @ajayplutus on GitHub (Mar 17, 2020). Originally assigned to: @robertmuehsig on GitHub. Hi, I have created asp.net core 3.1 web application with simple login user functionality. Now I am trying to convert to a desktop application via Electron JS on a Mac machine, but I am getting problems on a build application. I want to know how to create build via commands for a Mac machine. I have tried with the solutions below, but no success: Https://github.com/ElectronNET/Electron.NET#start-the-application Https://github.com/ElectronNET/Electron.NET/issues/190 Thanks in advance.
claunia added the question label 2026-01-29 16:40:14 +00:00
Author
Owner

@ajayplutus commented on GitHub (Mar 18, 2020):

Hello,

I have found the solution, I've created a build on the folder path through the terminal by using below commands :

dotnet tool install ElectronNET.CLI -g

electronize init

electronize start

electronize build /target win

Thanks & Regards
Ajay

@ajayplutus commented on GitHub (Mar 18, 2020): Hello, I have found the solution, I've created a build on the folder path through the terminal by using below commands : dotnet tool install ElectronNET.CLI -g electronize init electronize start electronize build /target win Thanks & Regards Ajay
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#465