You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?