mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Revert uiaccess=true due to runtime issues
After building KeePassXC, it is impossible to run the program successfully from a user-writable location. This will prevent us from releasing the portable version.
This commit is contained in:
parent
5c91c9986a
commit
fd10c9dea1
1 changed files with 0 additions and 1 deletions
|
|
@ -427,7 +427,6 @@ 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'\"")
|
||||
include(GenerateProductVersion)
|
||||
generate_product_version(
|
||||
WIN32_ResourceFiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue