Assets scale not being recognized
See original GitHub issueI am trying to add my custom assets folder to add icons to my appx installer. For some reason it is not recognizing that these are the icons I want to use and is defaulting to the samples. My folder does copy to the correct place and all of my icons are
Logo.scale-44.png
Logo.scale-50.png
Logo.scale-150.png
Logo.scale-310.png
And my config is:
"assets": "./build/appxAssets/"
But, the appx still defaults to the samples instead
Issue Analytics
- State:
- Created 7 years ago
- Comments:6
Top Results From Across the Web
css - Transform scale property not working in Chrome & Safari
For others who find this I was using scale(45%) which worked in FF but not in Chrome. Switching to scale(0.45) fixed it.
Read more >Support - Scale Computing
Scale Computing was recently recognized as a Gartner Peer Insights ... Keep your support team happy as they really are a great asset...
Read more >scale - CSS-Tricks
The scale property in CSS resizes an element's width and height in proportion. So, if we have an element that's 100 pixels square, ......
Read more >Transit Asset Management: Frequently Asked Questions | FTA
This page includes the most frequently asked questions that address the requirements for complying with the Transit Asset Management (TAM) ...
Read more >Separate Dimensions on Scale Property
I'd recommend that ANY multidimensional property could be separated - not just scale - such as position-like properties found in effects ...
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
Inside the template for the manifest the respective values are hardcoded… So one has to use the same names.
https://github.com/felixrieseberg/electron-windows-store/blob/master/template/appxmanifest.xml
One could just overwrite the manifest - this module supports that already.