electron-userland / electron-windows-store

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

Support for Manifest uap:SplashScreen #53

Closed jimpdx closed 7 years ago

jimpdx commented 7 years ago

Would it be possible to incorporate support for the element in the manifest XML file? https://msdn.microsoft.com/en-us/library/windows/apps/dn934810.aspx

felixrieseberg commented 7 years ago

Hey, thanks for giving this a spin! If you're running Electron, you're not running a UWP app. There's no app that'd be able to display said splash screen :wink:

jimpdx commented 7 years ago

Ah ha, good to know :) Thanks Felix. I am still learning this whole electron/windows stuff after years of iOS/Xcode/Cordova. Cheers.