diff --git a/bin/go2rtc_linux_amd64 b/bin/go2rtc_linux_amd64 new file mode 100644 index 0000000..610089f Binary files /dev/null and b/bin/go2rtc_linux_amd64 differ diff --git a/bin/go2rtc_linux_arm b/bin/go2rtc_linux_arm new file mode 100644 index 0000000..a1c3108 Binary files /dev/null and b/bin/go2rtc_linux_arm differ diff --git a/bin/go2rtc_linux_arm64 b/bin/go2rtc_linux_arm64 new file mode 100644 index 0000000..d077bc2 Binary files /dev/null and b/bin/go2rtc_linux_arm64 differ diff --git a/scripts/update2branch.sh b/scripts/update2branch.sh index 6c4f6f8..5f7e53a 100644 --- a/scripts/update2branch.sh +++ b/scripts/update2branch.sh @@ -39,7 +39,8 @@ else ;; esac rm -f /usr/local/bin/go2rtc - curl -L -s -o /usr/local/bin/go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/${GO2RTC_VERSION}/go2rtc_linux_${GO2RTC_ARCH}" + #curl -L -s -o /usr/local/bin/go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/${GO2RTC_VERSION}/go2rtc_linux_${GO2RTC_ARCH}" + cp "/app/ring-mqtt-${BRANCH}/bin/go2rtc_linux_${GO2RTC_ARCH}" /usr/local/bin/go2rtc chmod +x /usr/local/bin/go2rtc case "${APK_ARCH}" in