GitHub user robpaveza opened a pull request:
https://github.com/apache/cordova-windows/pull/101
CB-9359: Adds support for .appxbundle creation
.appxbundle files are convenient app packages which can be uploaded to the
Windows Store. They contain debug or release (typically release) versions
of more than one of the x86, x64, and ARM architecture builds.
To enable bundling, simply build for multiple architectures:
cordova build windows -- --archs="x86 x64 arm"
Bundling is disabled if `anycpu` is one of the architectures (or is the
default architecture). You can explicitly disable bundling by passing the
`--no-bundle` flag:
cordova build windows -- --archs="x86 x64 arm" --no-bundle
Bundling is not supported for Windows 8 as the feature is not available
for that platform in general.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-windows CB-9359
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-windows/pull/101.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #101
----
commit 97bc543d4983f93223d700aec3aadfaeb4e1e961
Author: Rob Paveza <[email protected]>
Date: 2015-07-13T20:37:45Z
CB-9359: Adds support for .appxbundle creation
.appxbundle files are convenient app packages which can be uploaded to the
Windows Store. They contain debug or release (typically release) versions
of more than one of the x86, x64, and ARM architecture builds.
To enable bundling, simply build for multiple architectures:
cordova build windows -- --archs="x86 x64 arm"
Bundling is disabled if `anycpu` is one of the architectures (or is the
default architecture). You can explicitly disable bundling by passing the
`--no-bundle` flag:
cordova build windows -- --archs="x86 x64 arm" --no-bundle
Bundling is not supported for Windows 8 as the feature is not available
for that platform in general.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]