How to build a Desktop app for a linux? #814

Open
opened 2026-01-29 16:49:21 +00:00 by claunia · 0 comments
Owner

Originally created by @ZedZipDev on GitHub (Jul 18, 2022).

I build my app for win

electronize build /target win

and find 2 folders:
bin\Release\net5.0\win-x64
and
\bin\Desktop\win-unpacked.

When I run exe from the 1st folder I see the server console only. and if I use query in a browser http://localhost:5000 I see the page but abs not formatted. Ok.

But when run exe form the 2nd folder - I have what I need: desktop app.

When I build

electronize build /target linux
I receive only bin\Release\net5.0\linux-x64 and no any desktop .
How can I build a Desktop app for linux?

Originally created by @ZedZipDev on GitHub (Jul 18, 2022). I build my app for win >electronize build /target win and find 2 folders: bin\Release\net5.0\win-x64 and \bin\Desktop\win-unpacked. When I run exe from the 1st folder I see the server console only. and if I use query in a browser http://localhost:5000 I see the page but abs not formatted. Ok. But when run exe form the 2nd folder - I have what I need: desktop app. When I build >electronize build /target linux I receive only bin\Release\net5.0\linux-x64 and no any desktop . How can I build a Desktop app for linux?
claunia added the bug label 2026-01-29 16:49:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#814