Skip to content

Commit ab998cc

Browse files
authored
Add icon to dotnet.exe on Windows (#70578)
1 parent cfeab72 commit ab998cc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/native/corehost/dotnet/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ set(DOTNET_PROJECT_NAME "dotnet")
66

77
if(CLR_CMAKE_TARGET_WIN32)
88
list(APPEND SOURCES
9-
dotnet.manifest)
9+
dotnet.manifest
10+
dotnet.rc)
1011
endif()
1112

1213
list(APPEND SOURCES

src/native/corehost/dotnet/dotnet.ico

44.1 KB
Binary file not shown.

src/native/corehost/dotnet/dotnet.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
IDI_ICON1 ICON DISCARDABLE "dotnet.ico"

0 commit comments

Comments
 (0)