Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Document how to produce a Windows MSIX file #2801

Open
bryanoltman opened this issue Jan 23, 2025 · 1 comment
Open

feat: Document how to produce a Windows MSIX file #2801

bryanoltman opened this issue Jan 23, 2025 · 1 comment

Comments

@bryanoltman
Copy link
Contributor

bryanoltman commented Jan 23, 2025

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 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.

This issue stemmed from https://discord.com/channels/1030243211995791380/1332089260605444187

@bryanoltman
Copy link
Contributor Author

This may be at home in a new "submitting" guide for the Windows Store as an addition to the play store and app store guides.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant