@@ -30,7 +30,7 @@ const packageJson = JSON.parse(
|
||||
const version = packageJson.version;
|
||||
|
||||
// GitHub release URL
|
||||
const GITHUB_REPO = 'anthropics/agent-browser'; // Update this to your actual repo
|
||||
const GITHUB_REPO = 'vercel-labs/agent-browser';
|
||||
const DOWNLOAD_URL = `https://github.com/${GITHUB_REPO}/releases/download/v${version}/${binaryName}`;
|
||||
|
||||
async function downloadFile(url, dest) {
|
||||
|
||||
Reference in New Issue
Block a user