Skip to content
Snippets Groups Projects
Commit d8d0ae46 authored by fryshorts's avatar fryshorts
Browse files

Install desktop file and application icon on linux

parent 3cbabc6b
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment