electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
677 stars 86 forks source link

option to allow define icons folder #18

Closed belaviyo closed 8 years ago

belaviyo commented 8 years ago

currently there is no way to define custom icons for the XML file generation. It would be great to somehow allow users to define a folder containing all icons

felixrieseberg commented 8 years ago

Hey! You can actually do that by overriding the assets folder:

  -a, --assets <assetsPath>                  Path to the visual assets for the appx
Joeanca commented 5 years ago

Hi, maybe I am missing something on the documentation. My pngs are named according to the guidelines of the windows store, and I've tried using just the size hhxww.png. I am using the --assets and specifying the location in the command line. The script is importing the images properly to the pre-appx>assets. Though I can see that it is still creating the dummy SampleAppx.hhxww. At this point I've been staring at it for too long. Any help here?