diogomartino / steam-auto-shutdown

Shutdown your PC automatically when steam downloads finish
175 stars 20 forks source link

Steam Auto Shutdown

This is a Windows application that will automatically shutdown your computer when your downloads are finished. Originally it was intended to be used with Steam (ence the name), but it works with any application.

Download

You can download the latest version from the releases page.

WebView2 is required. You most likely already have it installed, so you don't need to worry.

Instructions

  1. Open the application
  2. Toggle the switch to enable the shutdown
  3. Your computer will shutdown when your downloads are finished

The default settings should work for most people, but you can change them in the settings screen by clicking the gear icon in the top right corner.

Features

Screenshots

Screenshot 1

Development

Requirements

wails dev

This will launch the application in development mode. The interface will also run on http://localhost:34115 in case you want to run it in a browser.

Building

wails build --clean --platform windows/amd64

Contributing

Feel free to contribute to this project by opening issues or pull requests. Please follow the code style of the project.