Add icon to updater executable. Currently this is just the Mendeley Desktop icon. Untested.

This commit is contained in:
Robert Knight 2011-08-24 16:34:46 +01:00
parent 04c9c7204b
commit 2a1db3927d
3 changed files with 2 additions and 1 deletions

View file

@ -83,7 +83,7 @@ if (UNIX)
endif()
if (WIN32)
set(EXE_FLAGS WIN32)
set(EXE_FLAGS WIN32 resources/updater.rc)
endif()
add_executable(updater ${EXE_FLAGS} main.cpp)

BIN
src/resources/updater.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

1
src/resources/updater.rc Normal file
View file

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "resources\mendeley.ico"