electron-windows-store icon indicating copy to clipboard operation
electron-windows-store copied to clipboard

SampleAppx.*.png still included even when custom assets are specified

Open jameshfisher opened this issue 5 years ago • 2 comments

Steps to reproduce:

  • create "custom_assets" folder
  • Set assets: '.\\custom_assets' in config
  • Run build

Expected behavior: the default SampleAppx.*.png are not included

Actual behavior:

ls .\pre-appx\assets\

Mode                LastWriteTime         Length Name
----                -------------         ------ ----
-a----       26/10/1985     09:15          18804 SampleAppx.150x150.png
-a----       05/05/2020     16:34          19154 SampleAppx.310x150.png
-a----       26/10/1985     09:15           1912 SampleAppx.44x44.png
-a----       26/10/1985     09:15           1742 SampleAppx.50x50.png
-a----       05/05/2020     16:33           5561 MyApp.150x150.png
-a----       05/05/2020     16:33           1534 MyApp.44x44.png
-a----       05/05/2020     16:33           1738 MyApp.50x50.png

jameshfisher avatar May 05 '20 15:05 jameshfisher

@felixrieseberg ping

mahnunchik avatar Nov 17 '20 08:11 mahnunchik

@mahnunchik I created a fork that merged PR134 and may have solved this problem

hermit99 avatar Apr 08 '22 05:04 hermit99