[
https://issues.apache.org/jira/browse/CB-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628723#comment-14628723
]
ASF GitHub Bot commented on CB-9359:
------------------------------------
GitHub user robpaveza opened a pull request:
https://github.com/apache/cordova-windows/pull/102
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/102.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 #102
----
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.
commit 3ea4cd0561ab66da60dcf65bd59e46152919597b
Author: Rob Paveza <[email protected]>
Date: 2015-07-15T20:44:51Z
Merge branch 'master' of https://github.com/apache/cordova-windows into
CB-9359
Conflicts:
template/cordova/lib/build.js
template/cordova/lib/run.js
----
> 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]