Skip to content

Commit dbb2d4c

Browse files
committed
windows: Add application manifest to bitcoin.exe
1 parent df82c2d commit dbb2d4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ target_link_libraries(bitcoin_node
336336
if(BUILD_BITCOIN_BIN)
337337
add_executable(bitcoin bitcoin.cpp)
338338
add_windows_resources(bitcoin bitcoin-res.rc)
339+
add_windows_application_manifest(bitcoin)
339340
target_link_libraries(bitcoin core_interface bitcoin_util)
340341
install_binary_component(bitcoin)
341342
endif()

0 commit comments

Comments
 (0)