How to run linux binary
kenZhou2 opened this issue · 0 comments
kenZhou2 commented
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.