Restart the app after the update
kovinet opened this issue · 2 comments
kovinet commented
Is is possible to restart the app after it updates to new version, specifically in Windows?
im-lauson commented
I also need this function.
chejp-dev commented
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.