[
https://issues.apache.org/jira/browse/CB-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14649484#comment-14649484
]
ASF subversion and git services commented on CB-9359:
-----------------------------------------------------
Commit eeda3df0711cee0ff7beb761aac33e18b534b5f0 in cordova-windows's branch
refs/heads/master from [~robpaveza]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=eeda3df ]
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 architectures, and/or they
contain multiple resource packs (for example, both the scale-100 and
scale-240 packs).
To enable bundling, pass in the --bundle flag:
cordova build windows -- --archs="x86 x64 arm" --bundle
Bundling is disabled if `anycpu` is one of the architectures and multiple
architectures are passed, since bundles can't contain both an
architecture-specific target and a neutral target. For example, the
following command line would be invalid, and bundling would be disabled:
cordova build windows -- --archs="x86 x64 arm anycpu" --bundle
Bundling is not supported for Windows 8 as the feature is not available
for that platform in general.
Also corrected an issue in run.spec.js, that caused the build to not be
executed when running as an administrator.
Note: Also contains CR feedback and changed the approach to opt-in instead of
opt-out, since
there may be times (specifically around resource generation) in which it
would be interesting to build a .appxbundle with AnyCPU targeted.
This closes #102
> Add support for app package bundling to Windows 8.1 / Windows 10
> ----------------------------------------------------------------
>
> Key: CB-9359
> URL: https://issues.apache.org/jira/browse/CB-9359
> Project: Apache Cordova
> Issue Type: Task
> Components: Windows
> Reporter: Rob Paveza
> Assignee: Rob Paveza
>
> When generating a release build, developers are able to submit a single
> binary (an .appx bundle) to the Windows Store to avoid having to upload
> multiple app packages (particularly when building an architecture-specific
> app). This task should add a --bundle flag to enable automatic creation of
> an .appxbundle for upload of the app to the Store.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]