UI: Add windows exe icon

Adds an icon to the executable file so the executable no longer shows up
without an icon.
This commit is contained in:
jp9000 2015-04-04 15:35:15 -07:00
parent 167e781b5e
commit 2054161717
3 changed files with 3 additions and 1 deletions

BIN
cmake/winrc/obs-studio.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -41,7 +41,8 @@ include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/libobs")
if(WIN32)
set(obs_PLATFORM_SOURCES
platform-windows.cpp)
platform-windows.cpp
obs.rc)
elseif(APPLE)
set(obs_PLATFORM_SOURCES
platform-osx.mm)

1
obs/obs.rc Normal file
View File

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "../cmake/winrc/obs-studio.ico"