mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Can we make deb installer ? #780
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 @mazm786 on GitHub (Apr 12, 2022).
Can we make deb installer ?
What changes in json file and which?
@danatcofo commented on GitHub (Apr 12, 2022):
Yes, look up the json structure in the electron-builder documentation. I can post an example later.
@danatcofo commented on GitHub (Apr 12, 2022):
https://www.electron.build/configuration/linux.html
@mazm786 commented on GitHub (Apr 13, 2022):
@danatcofo commented on GitHub (Apr 13, 2022):
@mazm786 look it up. It's all documented in the link. I included the basic structure because the documentation in my mind is unclear on the basic structure of where the main linux and deb nodes live.
deb support is built into electron. Electron.NET inherits the functionality so we've had it from first release. electron-builder is the electron repo I linked to that performs the functionality of building an electron app/installer
by the way, that json structure for Electron.Net resides in the electron.manifest.json. We use that file as it acts as a template.