winIco doesnt apply
See original GitHub issueHi 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:
- Created 9 years ago
- Comments:26 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 theicon.ico
is workthank you very much!