Skip to content

Commit 49eac0c

Browse files
committed
Just specify to embed the manifest, and it'll have the level=asInvoker and uiAccess=false by default
1 parent bde7d61 commit 49eac0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ build:windows --host_copt="/Zc:strictStrings" --host_copt="/Gy" --host_copt="-DG
5151
build:windows --linkopt="shell32.lib"
5252
build:windows --host_linkopt="shell32.lib"
5353

54-
build:windows --linkopt=-MANIFEST --linkopt="-MANIFESTUAC:\"level='asInvoker' uiAccess='false'\""
55-
build:windows --host_linkopt=-MANIFEST --host_linkopt="-MANIFESTUAC:\"level='asInvoker' uiAccess='false'\""
54+
build:windows --linkopt=-MANIFEST:EMBED
55+
build:windows --host_linkopt=-MANIFEST:EMBED
5656

5757
# Requires Visual Studio 2019 Build Tools installed in default location with the latest compiler (14.29.30133) for x64
5858

0 commit comments

Comments
 (0)