mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-04-11 08:40:45 +00:00
Add icon to updater executable. Currently this is just the Mendeley Desktop icon. Untested.
This commit is contained in:
parent
04c9c7204b
commit
2a1db3927d
3 changed files with 2 additions and 1 deletions
|
@ -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
BIN
src/resources/updater.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
1
src/resources/updater.rc
Normal file
1
src/resources/updater.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_ICON1 ICON DISCARDABLE "resources\mendeley.ico"
|
Loading…
Reference in a new issue