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
To submit an app to the Windows Store, the developer needs to create an MSIX file. package:msix is a popular way of doing this, but it rebuilds the Flutter app with non-Shorebird Flutter, which causes problems.
To get around this, one can update the msix_config section in the pubspec.yaml to include build_windows: false, which will cause package:msix to use an existing build, which should be produced by shorebird release windows.
Description
To submit an app to the Windows Store, the developer needs to create an MSIX file. package:msix is a popular way of doing this, but it rebuilds the Flutter app with non-Shorebird Flutter, which causes problems.
To get around this, one can update the
msix_config
section in thepubspec.yaml
to includebuild_windows: false
, which will causepackage:msix
to use an existing build, which should be produced byshorebird release windows
.This issue stemmed from https://discord.com/channels/1030243211995791380/1332089260605444187
The text was updated successfully, but these errors were encountered: