Electron.net: Publish / installer / auto update guidance?

Created on 18 Oct 2018  路  4Comments  路  Source: ElectronNET/Electron.NET

Any documentation or guidance on distributing apps created with Electron.NET? I see the build output but would like installers for Windows and Mac and auto update. Can Electron Builder be used or is there something different that needs to be done? It'd be great to have that info in the README or Wiki as that's a big missing gap to me.

Feature In progress

Most helpful comment

Thanks @kwakuduahc1. @Khaoz-Topsy Based on #157 I was able to get one working for Windows though it's kind of hacky. I'm not currently customizing icon. See my sample app for reference, key files are:

Also I should mention I'm not using any auto-update feature currently, just installer / uninstaller though installing a new version seems to cleanly overwrite any prior one so far.

It'd be nice to have cleaner, documented support for this though because without an installer any app built with this isn't so useful. Users aren't going to want to download and extract zips and copy files etc.

All 4 comments

I would also like to see some publish/installer/auto update guidance 馃榾

To create an installer is a bit tricky. The shortest way for me is to rather package the ../obj/desktop/win7-x86 folder with electron-packager if you build for win32. It is easier changing the name of the application, setting the icon and providing other useful information.

While i have not tried that, it should be easier to set the update features from there

Thanks @kwakuduahc1. @Khaoz-Topsy Based on #157 I was able to get one working for Windows though it's kind of hacky. I'm not currently customizing icon. See my sample app for reference, key files are:

Also I should mention I'm not using any auto-update feature currently, just installer / uninstaller though installing a new version seems to cleanly overwrite any prior one so far.

It'd be nice to have cleaner, documented support for this though because without an installer any app built with this isn't so useful. Users aren't going to want to download and extract zips and copy files etc.

Available with the next Electron.NET update.

Was this page helpful?
0 / 5 - 0 ratings