Remove 'RC1' for WebRTC versions

Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
Tim Krüger 2022-11-04 16:35:25 +01:00
parent 3d0e0984af
commit cf598ec89d
No known key found for this signature in database
GPG Key ID: FECE3A7222C52A4E

View File

@ -45,7 +45,7 @@ abstract class DownloadWebRtcTask extends DefaultTask {
private String getDownloadUrl() {
def webRtcVersion = version.get()
return "https://github.com/nextcloud-releases/talk-clients-webrtc/releases/download/${webRtcVersion}-RC1/${getFileName()}"
return "https://github.com/nextcloud-releases/talk-clients-webrtc/releases/download/${webRtcVersion}/${getFileName()}"
}
private String getOutputPath() {