Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v13-NaCL official nw-builder support (not work around) #259

Closed
p5150j opened this issue Sep 30, 2015 · 2 comments
Closed

v13-NaCL official nw-builder support (not work around) #259

p5150j opened this issue Sep 30, 2015 · 2 comments
Labels

Comments

@p5150j
Copy link

p5150j commented Sep 30, 2015

When will the official built tool for NWjs work on v13-NaCL?
After speaking with the team it was prescribed to use nw-builder-rtmp as it has some support for v13-NaCL:

module.exports = function (grunt, DESKTOP_PATH) {
    grunt.loadNpmTasks('grunt-nw-builder-rtmp');

    return {

        options: {
            version : "0.13.0-alpha3",
            flavor: "nacl",
            appName: 'CommercialTribe',
            macIcns: DESKTOP_PATH + '/src/icons/icon.icns',
            //winIco: DESKTOP_PATH + '/src/icons/favicon.ico', I think it breaks in non-windows
            macPlist: {mac_bundle_id: 'myPkg'},
            platforms: ['win32', 'win64', 'osx32', 'osx64'],
            cacheDir: DESKTOP_PATH + '/cache',
            buildDir: DESKTOP_PATH + '/build'
        },
        src: [DESKTOP_PATH + '/tmp/**']
    };
};

When will the official nw-build tool support v13-NaCL?

@adam-lynch
Copy link
Contributor

See #275. Any help would appreciated.

@adam-lynch adam-lynch added the feature Priority: 2 label Jun 7, 2016
@adam-lynch adam-lynch added this to the 2.4.0 - Flavours milestone Jun 7, 2016
@adam-lynch
Copy link
Contributor

Please give 3.1.0 a go. See https://github.com/nwjs/nw-builder#optionsflavor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants