How to run linux binary #925

Closed
opened 2026-01-29 16:52:04 +00:00 by claunia · 0 comments
Owner

Originally created by @kenZhou2 on GitHub (Jan 10, 2024).

Im currently using ElectronNET.CLI Version: 23.6.1.0. I ran electronize /target linux and navigated to projname/bin/release/net8.0/linux-x64. Ran the command "chmod 777 ./appName" and "./appName". Issue is that console is running but no window is popping out. I noticed that HybridSupport.IsElectronActive was returning false. I do have builder.Services.AddElectron() and builder.WebHost.UseElectron(args). I am not sure if i am running the binary correctly, if anyone has any ideas please let me know.

Originally created by @kenZhou2 on GitHub (Jan 10, 2024). Im currently using ElectronNET.CLI Version: 23.6.1.0. I ran electronize /target linux and navigated to projname/bin/release/net8.0/linux-x64. Ran the command "chmod 777 ./appName" and "./appName". Issue is that console is running but no window is popping out. I noticed that HybridSupport.IsElectronActive was returning false. I do have builder.Services.AddElectron() and builder.WebHost.UseElectron(args). I am not sure if i am running the binary correctly, if anyone has any ideas please let me know.
claunia added the question label 2026-01-29 16:52:04 +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#925