When I release a Shorebird application for Windows, it generates an .exe along with other supporting files. I’d like to package everything into a single executable for easier distribution. Previously, I used Inno Setup to create an installer, but I noticed that Shorebird push updates don’t work after packaging with it.
What’s the recommended way to package a Shorebird Windows app while still supporting push updates?