Sam Sarette
Sam Sarette
Automatic updater seems to be built into electron itself. https://www.electronjs.org/docs/api/auto-updater That page has recommendations for tools to make the installer in the first place.
From https://www.electronjs.org/docs/tutorial/updates#using-updateelectronjsorg "GitHub's Electron team maintains update.electronjs.org, a free and open-source webservice that Electron apps can use to self-update" I think the real biggie is that it requires [code signing](https://www.electronjs.org/docs/tutorial/code-signing),...
#225 is the same thing as the windows red-alert, Apple is really cracking down and pushing for [code signing and notarizing on top of that](https://www.electronjs.org/docs/tutorial/code-signing)
@electavire NSIS is very easy, here's an NSIS script I made for an rpg maker packager: https://github.com/lunarcloud/rpg-maker-vx-installer-scripts/blob/master/game.nsi.template But I do think one of the comprehensive systems will be better long-term....
Itch looks to have written their own: https://github.com/itchio/itch-setup I think going with one of the recommended tools here: https://www.electronjs.org/docs/tutorial/application-distribution#application-distribution such as forge would be best. Forge is mentioned in their...
I started implementation of electron-builder for creating installers and portable zips over at #420 and the experience is AFAIK great so far. Pretty simple changes to get what's already being...
1. Bug reports aren't the place for how-to questions. Please check out the discord, there a whole section of channels for ink users, even one specifically for unity. https://discord.com/invite/inkle 2....
"Instead of the terminal" - You can just double click the executable (as long as it has permission) from the file manager. Because their main distribution is just the application...
@kfedick - by the way, I'm only just discovered some older versions of gnome-based distros make it really difficult to run a plain executable. Maybe #278 would help if the...
If we have an autosave - I'd rather it be the style where, when you bring up Inky again - it has something like "We have a draft you might've...