sanbornm/go-selfupdate

Restart the app after the update

kovinet opened this issue · 2 comments

Is is possible to restart the app after it updates to new version, specifically in Windows?

I also need this function.

Under Windows, you can use Windows services to control program startup, manually set Windows services to automatically start, or use github.com/kardianos/service to manage services.