HelloZeroNet/ZeroNet

Windows .exe/.msi releases

Open

#733 opened on Jan 3, 2017

View on GitHub
 (42 comments) (0 reactions) (0 assignees)JavaScript (18,200 stars) (2,245 forks)batch import
help wanted

Description

It would be nice to have a more regular, .exe releases for windows that also includes the source code, so no need to download it from github on first startup.

  • What liblary should we use? PyInstaller, py2exe, etc.
  • Single executable (unpacked to temp directory on startup) or normal, 6-7 file distribution?
  • Signing?
  • Automatization?
  • Source code packed into .exe or separately in .zip/directory?
  • What about updates?
  • Plugins?
  • Is it possible to submit it to Windows Store?
  • Alternative .msi or .exe installer with autostart option?
  • Where to store data/config file/third-party plugins?

Contributor guide