mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Revert "Pick icon files based on executable name"
This reverts commit c801df311c
.
This commit is contained in:
parent
e05f88fb7b
commit
a774d1f5ce
|
@ -2342,7 +2342,7 @@ if(CLIENT)
|
|||
|
||||
if(TARGET_OS STREQUAL "windows")
|
||||
configure_file("other/manifest/client.manifest.in" "client.manifest")
|
||||
set(CLIENT_ICON "other/icons/${CLIENT_EXECUTABLE}.rc")
|
||||
set(CLIENT_ICON "other/icons/DDNet.rc")
|
||||
if(NOT MINGW)
|
||||
set(CLIENT_MANIFEST "${CMAKE_CURRENT_BINARY_DIR}/client.manifest")
|
||||
else()
|
||||
|
@ -2537,7 +2537,7 @@ if(SERVER)
|
|||
)
|
||||
set(SERVER_SRC ${ENGINE_SERVER} ${GAME_SERVER} ${GAME_GENERATED_SERVER})
|
||||
if(TARGET_OS STREQUAL "windows")
|
||||
set(SERVER_ICON "other/icons/${SERVER_EXECUTABLE}.rc")
|
||||
set(SERVER_ICON "other/icons/DDNet-Server.rc")
|
||||
else()
|
||||
set(SERVER_ICON)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue