electron-userland / electron-windows-store

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

Splash screen support #35

Closed bostondv closed 8 years ago

bostondv commented 8 years ago

Is it possible to support adding a splash screen asset?

Not sure if it'd just require the asset and manifest changes or if other changes to Electron would be needed, but it'd be nice to have!

felixrieseberg commented 8 years ago

That will sadly not work - the splash screen is part of the UWP UI layer and therefore won't work in Electron.

bostondv commented 8 years ago

Thanks, too bad... :(