Skip to content

Commit fd10c9d

Browse files
committed
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.
1 parent 5c91c99 commit fd10c9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ set_target_properties(${PROGNAME} PROPERTIES ENABLE_EXPORTS ON)
427427

428428
if(WIN32)
429429
set_target_properties(${PROGNAME} PROPERTIES WIN32_EXECUTABLE ON)
430-
set_target_properties(${PROGNAME} PROPERTIES LINK_FLAGS "/MANIFESTUAC:\"level='asInvoker' uiAccess='true'\"")
431430
include(GenerateProductVersion)
432431
generate_product_version(
433432
WIN32_ResourceFiles

0 commit comments

Comments
 (0)