mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
Fix blurry test in the NSIS installer for the C++ package on Windows
Enable High-DPI as per https://gitlab.kitware.com/cmake/cmake/-/issues/17724
This commit is contained in:
parent
4d6e7639f8
commit
3550362f0b
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ set(CPACK_PACKAGE_HOMEPAGE_URL "https://sixtyfps.io")
|
|||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_LIST_DIR}/../../LICENSE.md")
|
||||
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_LIST_DIR}/README.md")
|
||||
set(CPACK_STRIP_FILES ON)
|
||||
set(CPACK_NSIS_DEFINES "ManifestDPIAware true")
|
||||
if(NOT WIN32)
|
||||
set(CPACK_GENERATOR "TGZ")
|
||||
endif(NOT WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue