question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

winIco doesnt apply

See original GitHub issue

Hi guys, I want to apply an icon to my release build but it is not integrated into the exe. Switched from nodebob to node-webkit-builder or to be exactly: grunt-node-webkit-builder. I have tried several images and several image types but nothing is changing. My config:

nodewebkit: {
            options: {
                build_dir: './dist',
                winIco: './app/app.ico',
                // specifiy what to build
                mac: false,
                win: true,
                linux32: false,
                linux64: false
            },
            src: './app/**/*'
        },

My folder structure:

package.json
Gruntfile.js
dist/
app/
 |-package.json
 |-index.html
 |-app.ico

I build on Win32. Did not help:

ie4uinit.exe -ClearIconCache

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:26 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
felicienfrancoiscommented, Mar 11, 2015

What is your operating system (XP, Vista, seven, win8, …) ? Have you any error message in the console output ? How did you made your icon file ? Does your icon file includes at least the following sizes: 16x16, 32x32, 48x48 ?

Here a few tutorials to make a valid icon file: http://stackoverflow.com/questions/4354617/how-to-make-get-a-multi-size-ico-file http://zduck.com/2014/creating-ico-icon-for-windows-app/

0reactions
banana618859commented, Jul 29, 2021

What is your operating system (XP, Vista, seven, win8, …) ? Have you any error message in the console output ? How did you made your icon file ? Does your icon file includes at least the following sizes: 16x16, 32x32, 48x48 ?

Here a few tutorials to make a valid icon file: http://stackoverflow.com/questions/4354617/how-to-make-get-a-multi-size-ico-file http://zduck.com/2014/creating-ico-icon-for-windows-app/

first i offer the icon.png can not work when nw-builder finally i offer the icon.ico is work

var nw = new NwBuilder({
    appName: 'app',
    winIco : './icon.ico', // windows icon
    })

thank you very much!

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQs | WinCo Foods
A: WinCo Foods gladly accepts manufacturers' coupons where all the following apply: The coupon has a valid barcode that can be scanned into...
Read more >
WinCo to stop accepting credit card payments - KFOR
Supermarket chain, WinCo has announced it will stop accepting credit cards as a form of payment, starting August 1.
Read more >
Why does WinCo Foods only accept debit and not credit?
There is sage thinking that says do not use a credit card to buy groceries. (Doing so means you are most likely over...
Read more >
Oklahoma City WinCo Foods stores will stop accepting credit ...
Three WinCo Foods grocery stores in the Oklahoma City area said it will stop accepting credit cards to avoid raising food prices.
Read more >
WinCo Foods Management reviews: Cashier - Indeed
Well WinCo is not it. They will work you to the bone on the bare minimum of payment. Sure they raised their pay...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found