mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
How to run linux binary #925
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.