Create README.md

This commit is contained in:
Noah Theus 2022-08-18 11:34:56 +02:00 committed by GitHub
parent 53d0267808
commit 6e19737007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
README.md Normal file
View file

@ -0,0 +1,22 @@
### This is a basic utility to toggle the DLSS indicator overlay as described in [this arcticle](https://www.pcgamer.com/nvidia-dlss-indicator/)
#### How to build:
- Embed the manifest inside your binary
go get github.com/akavel/rsrc
rsrc -manifest DLSS_indicator_toggle.manifest -o rsrc.syso
- Build your binary
go build -ldflags="-H windowsgui"
##### Copyright (C) 2022 [Watn3y](https://github.com/Watn3y/)
###### Thanks to Aniums
##### Licensed under [The Unlicense](LICENSE)