Install desktop file and application icon on linux

This commit is contained in:
fryshorts 2014-08-02 16:12:53 +02:00
parent 3cbabc6b55
commit d8d0ae46ba

View File

@ -129,3 +129,9 @@ target_link_libraries(obs
install_obs_core(obs)
install_obs_data(obs data obs-studio)
if (UNIX AND UNIX_STRUCTURE AND NOT APPLE)
install(FILES dist/obs.desktop DESTINATION share/applications)
install(FILES forms/images/obs.png
DESTINATION share/icons/hicolor/256x256/apps)
endif()