diff --git a/UI/win-update/updater/CMakeLists.txt b/UI/win-update/updater/CMakeLists.txt index 917144d1d..e7cfd8262 100644 --- a/UI/win-update/updater/CMakeLists.txt +++ b/UI/win-update/updater/CMakeLists.txt @@ -28,6 +28,7 @@ set(updater_SOURCES http.cpp hash.cpp updater.rc + updater.manifest ) add_definitions(-DNOMINMAX -DUNICODE -D_UNICODE) diff --git a/UI/win-update/updater/updater.manifest b/UI/win-update/updater/updater.manifest new file mode 100644 index 000000000..d4861633a --- /dev/null +++ b/UI/win-update/updater/updater.manifest @@ -0,0 +1,25 @@ + + + + + + system + true + + + + + + + + + + + + + + + + + + \ No newline at end of file