-
Notifications
You must be signed in to change notification settings - Fork 73
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
[FEATURE REQUEST] Option to output .msixbundle file #254
Comments
This is quite important to have, specially since Flutter will soon support building for Arm64. It would make sense to build one bundle with both archs. |
YehudaKremer
added a commit
that referenced
this issue
Feb 12, 2024
@YehudaKremer any news about this feature ? I tried your WIP branch, but it doesn't work yet. |
dogiaplinh
pushed a commit
to dogiaplinh/msix
that referenced
this issue
Jul 26, 2024
dogiaplinh
added a commit
to dogiaplinh/msix
that referenced
this issue
Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💬 Description
Problem: When attempting to upload a .msix file to Microsoft Partner Center where previous versions of the app have used .appxbundle files, you are required to continue to upload a bundle file. The following error is given when uploading a .msix file:
A previous submission for this app was released with a Windows 10 .msixbundle or .appxbundle. Subsequent submissions must continue to contain a Windows 10 .msixbundle or .appxbundle.
Workaround: Currently one must use the MakeAppx.exe tool to bundle the generated .msix file from the MSIX package with the following command:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64> .\makeappx.exe bundle /d "path-to-generated-msix-file" /p "output-path.msixbundle"
.Solution: Apparently the MSIX package already includes the makeappx tool. Would it be possible to add an option to get a .msixbundle output to be compatible with older/long-lived apps that are now ported to Flutter?
❓ Platform
Windows
The text was updated successfully, but these errors were encountered: