We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to set my icons properly but there seems to be 2 issues:
The first one is the icon resolution for the taskbar (weird / bad resolution):
The second one is the icon resolution for the windows store / intaller (too small):
[EDIT]
The second one is fixed, I simply had to set another resource than the default selected one in the Appx manifest <Logo> section in <Properties>
<Logo>
<Properties>
For the other issue I used this comment as a guideline: electron-userland/electron-builder#987 (comment)
My icon quality is better but still the same size
The text was updated successfully, but these errors were encountered:
Fixed here, sometimes just take a good night of sleep and read more:
electron-userland/electron-builder#987 (comment)
Sorry, something went wrong.
if someone's interested I created a .bat file to automate the tasks just PM me
Hi, I'm having the exact same problem and I don't know how to fix it. Do you really need to download VS 2015?
Could you please share the .bat file to automate this? It would be a lifesaver.
No branches or pull requests
I'm trying to set my icons properly but there seems to be 2 issues:
The first one is the icon resolution for the taskbar (weird / bad resolution):
The second one is the icon resolution for the windows store / intaller (too small):
[EDIT]
The second one is fixed, I simply had to set another resource than the default selected one in the Appx manifest
<Logo>
section in<Properties>
For the other issue I used this comment as a guideline:
electron-userland/electron-builder#987 (comment)
My icon quality is better but still the same size
The text was updated successfully, but these errors were encountered: