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

docs: Missing documentation for how to use assets

Open robinwassen opened this issue 6 years ago • 2 comments

The argument assets to specify the assets path is mentioned in the docs - but no instructions on what files the folder expected to contain.

There is a folder called template/assets with four different sample electron icons named SampleAppx.*.png. But it feels counterintuitive to create an asset folder for your app and name the icons SampleAppx.

Some kind of instructions with more details on how to use assets would be a great addition. 👍

robinwassen avatar Mar 05 '19 15:03 robinwassen

Gave it a try - it worked to copy the template/assets folder, modify the icons and specify the path. Still could use some docs though.

robinwassen avatar Mar 05 '19 15:03 robinwassen

Indeed, the template has these "SampleAppx" filenames hard-coded ... https://github.com/felixrieseberg/electron-windows-store/blob/master/template/appxmanifest.xml#L30-L31

jameshfisher avatar May 05 '20 15:05 jameshfisher