提交 d8d0ae46 编写于 作者: F fryshorts

Install desktop file and application icon on linux

上级 3cbabc6b
......@@ -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()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册