Skip to content

Commit b40abd7

Browse files
committed
Overwrite the headers when downloading CANBridge
1 parent 89b9fbb commit b40abd7

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
@@ -26,7 +26,7 @@ try {
2626

2727
const headersZip = new AdmZip(path.join(tempDir, "headers.zip"));
2828

29-
await headersZip.extractAllTo(path.join(externalCompileTimeDepsPath, 'include'));
29+
await headersZip.extractAllTo(path.join(externalCompileTimeDepsPath, 'include'), true);
3030
} catch (e) {
3131
if (axios.isAxiosError(e) && e.request) {
3232
console.error(`Failed to download CANBridge file ${e.request.protocol}//${e.request.host}/${e.request.path}`);

0 commit comments

Comments
 (0)