mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Can't run under Linux #350
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 @CrisVrinceanu on GitHub (Jul 3, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
I can't run my application under Linux anymore after the new release.
It's creating a .snap file which I can't use because of the environment we have (can't install snap in production OS). I have tried copying the linux-unpacked folder which seems to have the same hierarchy as the previous one, given execution permissions but no output is shown when executing.
I can still build with the previous CLI version (which wasn't using the build server I guess).
How can I avoid building a .snap?