mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-10 10:48:33 +00:00
497 B
497 B
Startup Methods
// Explain the different startup modes
- Support new commandline flags:
- unpackedelectron running in debug mode, electron first, so must launch dotnet
- unpackeddotnet running in debug mode, dotnet first, do not launch dotnet
- dotnetpacked running from electron-builder output, dotnet first, do not launch
- {none of the above flags} running from electron-builder output, electron first, launch dotnet
