hi everyone, i distribute my html5 game using electron forge and i've been having a problem with updates.
every time i release a new update, users have to clear the appdata folder, as electron will load in a cached version of the old update. this makes releasing updates extremely tedious, as the user needs to do a full reinstall every time, and clear all of their saved data.
how can i fix this? is there an easier way to drop updates to users that don't involve a full reinstall every time?