Skip to content

[Feature]: Create MSIX Bundles #517

@daniel-lerch

Description

@daniel-lerch

Is your feature request related to a problem? Please describe.

When an app has been previously submitted as an .appxbundle or .msixbundle to Microsoft Store before, following submissions must use .appxbundle or .msixbundle as well. Currently, winapp CLI is only capable of creating MSIX files but developers must create their own bundles. That means locating your Windows SDK Tools folder, locating your MSIX files and bundling them manually.

Describe the solution you'd like

Option 1 (preferred)

Allow to pass multiple folders to winapp pack, e.g.
winapp pack bin\Release\net10.0\win-x64\publish bin\Release\net10.0\win-arm64\publish

I prefer this option because it does everything in one step and you get a file that you directly distribute or upload to Microsoft Store.

Option 2

Add an additional winapp bundle command, e.g.
winapp bundle MyApp_1.0.0.0_x64.msix MyApp_1.0.0.0_arm64.msix

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions