Make installer DPI aware so it doesn't appear blurry to 4k screens
This commit is contained in:
committed by
Cameron Gutman
parent
a9b7fd7fa3
commit
191b929ab0
@@ -789,6 +789,7 @@ if(WIN32) # see options at: https://cmake.org/cmake/help/latest/cpack_gen/nsis.h
|
|||||||
"https://sunshinestream.readthedocs.io" "Sunshine documentation"
|
"https://sunshinestream.readthedocs.io" "Sunshine documentation"
|
||||||
"https://app.lizardbyte.dev" "LizardByte Web Site"
|
"https://app.lizardbyte.dev" "LizardByte Web Site"
|
||||||
"https://app.lizardbyte.dev/support" "LizardByte Support")
|
"https://app.lizardbyte.dev/support" "LizardByte Support")
|
||||||
|
set(CPACK_NSIS_MANIFEST_DPI_AWARE true)
|
||||||
|
|
||||||
# Setting components groups and dependencies
|
# Setting components groups and dependencies
|
||||||
# sunshine binary
|
# sunshine binary
|
||||||
|
|||||||
Reference in New Issue
Block a user