question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Assets scale not being recognized

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
stefanhubercommented, Jan 31, 2017

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

0reactions
felixriesebergcommented, Sep 14, 2017

One could just overwrite the manifest - this module supports that already.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found