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
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,
winappCLI 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\publishI 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 bundlecommand, e.g.winapp bundle MyApp_1.0.0.0_x64.msix MyApp_1.0.0.0_arm64.msixAdditional context
No response