icon directory doesn't contain icons
See original GitHub issue- Version: 20.38.4
- Target:
I don’t know if this is a bug or configuration problem, but when I package the app with command ->
npm run build:prod && electron-builder build --windows
, I’m getting error after packaging
This is the stack
For the config
In my electron-builder.json
"win": {
"icon": "dist",
"target": [
"portable"
]
}
In my angular.json
Also, I can see favicon.ico in my /dist folder
I also tried .png icon… Could this be related to https://github.com/electron-userland/electron-builder/issues/3232 Am I missing something? Thanks for any help!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
will not recognise downloaded icons as icon files
when use personalise to try and change icons will not recognise downloaded icons as icon files when click on (my icons folder) name...
Read more >Icons - electron-builder
Linux icon set will be generated automatically based on the macOS icns file or common icon.png . Or you can put them into...
Read more >Icons resources dont work in small and list sizes - c++
I have tried to google information about sizes of icons for this specifications, but it seems correctly. What i do incorrect ? c++...
Read more >ICO (file format) - Wikipedia
The ICO file format is an image file format for computer icons in Microsoft Windows. ICO files contain one or more small images...
Read more >Extract icon/cursor stored in EXE, DLL, OCX, CPL files - NirSoft
IconsExtract v1.47 - EXE/DLL/OCX/CPL icon grabber/extractor ... All the selected icons will be saved into the folder you have selected.
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 FreeTop 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
Top GitHub Comments
Ok found a solution:
unknown output format set
error)This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.