Skip to content

Commit 45ab8d8

Browse files
garrettsummerfi3ldqwertychouskie
authored andcommitted
Update download-CanBridge.mjs
Points to the correct repository now instead of the upstream repository
1 parent b68b454 commit 45ab8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-CanBridge.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import axios from 'axios';
44
import AdmZip from 'adm-zip';
55

66
const canBridgeTag = "v2.3.0";
7-
const canBridgeReleaseAssetUrlPrefix = `https://github.com/REVrobotics/CANBridge/releases/download/${canBridgeTag}`;
7+
const canBridgeReleaseAssetUrlPrefix = `https://github.com/unofficial-rev-port/CANBridge/releases/download/${canBridgeTag}`;
88

99
const externalCompileTimeDepsPath = 'externalCompileTimeDeps';
1010
const runtimeArtifactsPath = path.join('prebuilds', 'win32-x64');

0 commit comments

Comments
 (0)