officert / mongotron

Cross platform Mongo DB management
http://mongotron.io
MIT License
2.69k stars 214 forks source link

Windows Installer #79

Open jack-guy opened 8 years ago

jack-guy commented 8 years ago

Obviously this is low priority, but Windows users tend to like to interact with programs through installers. This looks like a promising plugin to generate them with gulp.

If you're interested in supporting this I wouldn't mind submitting a PR.

officert commented 8 years ago

@harangue yea a Windows installer would be great. I've thought about this for the other platforms too because when a new release comes out if there are any changes to things like config files that are stored on the users system we don't have a way to migrate them. Maybe an installer would allow us to do this type of thing when someone re-installs.

If you want to work on this go right ahead :+1:

darkwisperer commented 8 years ago

Hi @harangue
Since this project uses Elecron, electron-builder might be prefered since it looks to build binaries for Linux/Mac/Windows. Having a single binary build solution would (in my opinion) be preferable. However I'm not familiar with the inner workings of either mongotron or electron yet so this is just a passing idea. Hope this helps in some small way.