construct.net/en/tutorials/savegames-11
They're in an indexeddb in the os's local data/appdata folder. I believe it should be in a folder with the name of your executable, but I'm not sure.
Updates should not affect the save (Unless the name of your app changes? Could use confirmation.) You can also manually store and retrieve as a json string if you want, to a destination of your choice.