Fix an oversight of 1f6cf34c2c4ab7dc4dc4d0ad2be1cec07d8b9e83 Which turns off by default service updates on any *nix
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.25)
legacy_check()
-option(ENABLE_SERVICE_UPDATES "Checks for service updates" OFF)
+option(ENABLE_SERVICE_UPDATES "Checks for service updates" ON)
set(RTMP_SERVICES_URL
"https://obsproject.com/obs2_update/rtmp-services"
@@ -1,6 +1,6 @@
project(rtmp-services)