sanbornm / go-selfupdate

Enable your Go applications to self update
MIT License
1.53k stars 175 forks source link

Restart the app after the update #41

Open kovinet opened 2 years ago

kovinet commented 2 years ago

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

im-lauson commented 1 year ago

I also need this function.

chejp-dev commented 1 year ago

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.