Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icon.ico and icon.icns generated in 'wrong' folder, while using --flatten option #10

Open
IITSTaron opened this issue Apr 8, 2021 · 0 comments

Comments

@IITSTaron
Copy link

I am using the electron-icon-builder with flatten option to generate the correct icons before building an electron app with the vue-cli-plugin-electron-builder.
The problem I face here is that the icon-builder is generating the icon.ico and icon.icns files into the ./build/icons directory.

According to the electron-builder documentation (https://www.electron.build/icons), the builder is expecting the .ico and .icns files to be located in ./build, not in ./build/icons. If situated somewhere else, the .png files are used as a fallback and display quality of the app icon is clearly decreased.

Of couse this can easily be avoided by adding a manual step, which moves the two files from ./build/icons to ./build, but this could possibly be handled by the icon-builder itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant