You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-windowsmacPlist: {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?
The text was updated successfully, but these errors were encountered:
When will the official nw-build tool support v13-NaCL?
The text was updated successfully, but these errors were encountered: