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

[FEATURE REQUEST] Option to output .msixbundle file #254

Open
eivihnd opened this issue Dec 12, 2023 · 2 comments
Open

[FEATURE REQUEST] Option to output .msixbundle file #254

eivihnd opened this issue Dec 12, 2023 · 2 comments

Comments

@eivihnd
Copy link

eivihnd commented Dec 12, 2023

💬 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

@azchohfi
Copy link
Contributor

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.

@clemeMnt
Copy link

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants