PNG files not found in ASAR
问题 I have an Electron (1.7.10) application that is reporting it can't find 5 of 7 PNG files in my ASAR. All 7 PNGs are in the same folder, and 2 of them are displayed on screen fine. The other 5 report net::ERR_FILE_NOT_FOUND . All src attributes for the img tags are dynamically generated and use relative paths ( assets/images/MyImage.png ). If I extract the ASAR, I can see the files in there, in the correct folder (as referenced by the src attribute). If I use the console to set the location of