Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Embed app manifest to stop administrator elevation
- If no app manifest present in exe, windows will try to guess whether the program should be elevated or not by looking for words like "install", "update" in the filename - Force msvc linker to embed a default manifest to prevent this - This option is msvc specific - won't work with gnu toolchain
- Loading branch information