electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
681 stars 87 forks source link

Do we have any option to add BackgroundTask ? #122

Open Praveer1981 opened 5 years ago

Praveer1981 commented 5 years ago

Hi, I want to add a backgroundtask.exe in the package. and the purpose of this is that when we install the electron-app. It should spawn the backgroundtask.exe which will be looking for some update and transfer that update to the main/renderer process.

how can we achieve this ?