🔧 Disable building electron screenshare app on windows

This commit is contained in:
Edgar 2024-03-11 20:55:56 +01:00
parent 634dc64f8f
commit dac3006d8b
No known key found for this signature in database
GPG key ID: 9AA5DDFFCBDCE46A

View file

@ -252,9 +252,6 @@ else()
endif()
set(SCREENSHARE 0)
if (WIN32)
set(SCREENSHARE 1)
endif()
if (APPLE AND NOT CLIENT_ONLY)
# Don't include Screenshare in OSX client-only builds.
set(SCREENSHARE 1)