electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
674 stars 85 forks source link

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

Open jameshfisher opened 4 years ago

jameshfisher commented 4 years ago

Steps to reproduce:

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
mahnunchik commented 3 years ago

@felixrieseberg ping

hermit99 commented 2 years ago

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