[ 
https://issues.apache.org/jira/browse/CB-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14635529#comment-14635529
 ] 

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_r35134586
  
    --- Diff: template/cordova/lib/run.js ---
    @@ -104,12 +104,16 @@ module.exports.run = function (argv) {
             projectType = 'windows80';
         }
     
    +    if (projectType === 'windows80') {
    +        // Don't enable bundling for Windows 8.
    +        argv.push('--no-bundle');
    --- End diff --
    
    argv might already contain --no-bundle. this potentially adds an extra 
argument


> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to