nw-builder: Win64 build icon not showing up

Issue Type

  • Bug Report
  • Feature Request
  • Other

Current/Missing Behaviour

Provided icon file within app as specified in migration documentation – icon doesn’t appear for win64 build.

Expected/Proposed Behaviour

Icon should be properly linked.

Additional Info

await nwbuild({
        mode: 'build',
        version: '0.70.0',
        flavor: 'normal',
        platform: platform,
        arch: "x64",
        outDir: './build/example-tool/win64',
        srcDir: './Settings.json ./package.json ./config.json ./dist/**',
        app: {
            name: 'example-tool',
            productName: 'Example Tool',
            productVersion: version,
            fileVersion: version,
            companyName: 'rocketVibes International, Inc.',
            legalCopyright: `Copyright ${new Date().getFullYear()} rocketVibes International, Inc.  All rights reserved.`,
            originalFilename: 'example-tool.exe',
            icon: './dist/assets/images/example-tool.ico'
        }
    });
  • Package version: 4.2.4
  • Operating System: MacOC Ventura
  • Node version: 18.16.0
  • NW.js version: 0.70.0

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 25 (10 by maintainers)

Most upvoted comments

@sysrage I totally agree - however, if it’s just a configuration error on my part then I wanted to clarify that before making a full report. I will log it as a separate issue. Apologies for the spam.