[
https://issues.apache.org/jira/browse/CB-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14635492#comment-14635492
]
ASF GitHub Bot commented on CB-9359:
------------------------------------
Github user muratsu commented on a diff in the pull request:
https://github.com/apache/cordova-windows/pull/102#discussion_r35132724
--- Diff: template/cordova/lib/build.js ---
@@ -134,6 +141,12 @@ function parseAndValidateArgs(argv) {
config.phone = args.phone ? true : false;
config.win = args.win ? true : false;
config.projVerOverride = args.appx;
+ // only set config.bundle if > 1 architecture none of which is any
cpu
+ if (config.buildArchs.length > 1 &&
config.buildArchs.indexOf('anycpu') === -1 && config.buildArchs.indexOf('any
cpu') === -1) {
--- End diff --
`config.buildArchs.length > 1` :+1:
> 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]