From 2dc1422c466457e037f24bbb8a65560d54949ae7 Mon Sep 17 00:00:00 2001 From: Vaibhav Agrawal Date: Fri, 21 Jun 2024 16:09:18 +0530 Subject: [PATCH] Update builds.json Updated path --- builds.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builds.json b/builds.json index 318142b..e050af7 100644 --- a/builds.json +++ b/builds.json @@ -2,11 +2,11 @@ "message": { "data": { "darwin": { - "x64": "https://github.com/browserstack/lcnc-releases/releases/download/1.0.0/Low-Code-Automation-Preprod-x64.dmg", - "arm64": "https://github.com/browserstack/lcnc-releases/releases/download/1.0.0/Low-Code-Automation-Preprod-arm64.dmg" + "x64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/1.0.0/Low-Code-Automation-Preprod-x64.dmg", + "arm64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/1.0.0/Low-Code-Automation-Preprod-arm64.dmg" }, "windows": { - "x64": "https://github.com/browserstack/lcnc-releases/releases/download/1.0.0/BrowserStack.Low.Code.Automation-Preprod-1.0.0.exe" + "x64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/1.0.0/BrowserStack.Low.Code.Automation-Preprod-1.0.0.exe" } } }