koush / electron-chrome

Other
970 stars 68 forks source link

Distribute app as executable #23

Closed McGiverGim closed 7 years ago

McGiverGim commented 7 years ago

Hi! I don't know if this is the place to ask for help...

I want to distribute an app in the chrome store, but I don't want that the user needs to put commands or install packages. I want to give them an executable (or an install program) with all stuff and when the user executes it, the app will be downloaded from the chrome store and executed. I don't know if the program is cached then to access in local until there's a new version.

I've seen this project, and it seems to make something similar. Can it be used to accomplish that? I've made my program compatible with Electron, so this part is done.

Thanks!

koush commented 7 years ago

uh, check the chrome store apis.