mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Add uiAccess=true manifest to fix issue 12956
This commit is contained in:
parent
ec034eaf7d
commit
803b25592a
1 changed files with 1 additions and 0 deletions
|
|
@ -427,6 +427,7 @@ set_target_properties(${PROGNAME} PROPERTIES ENABLE_EXPORTS ON)
|
|||
|
||||
if(WIN32)
|
||||
set_target_properties(${PROGNAME} PROPERTIES WIN32_EXECUTABLE ON)
|
||||
set_target_properties(${PROGNAME} PROPERTIES LINK_FLAGS "/MANIFESTUAC:\"level='asInvoker' uiAccess='true'\" /SUBSYSTEM:WINDOWS")
|
||||
include(GenerateProductVersion)
|
||||
generate_product_version(
|
||||
WIN32_ResourceFiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue