Skip to content

Commit 2dd000f

Browse files
committed
wip
Signed-off-by: Jens Reinecke <[email protected]>
1 parent df26af1 commit 2dd000f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ async function downloadGDB(target: VsceTarget, dest: string, options?: ToolOptio
278278
} else {
279279
mkdirSync(destPath, { recursive: true });
280280
console.debug(`fastExtract: downld ${downloadFilePath}, dest ${destPath} ...`);
281-
await fastExtract(downloadFilePath, downloadPath, { type: 'tar.xz' },
281+
await fastExtract(downloadFilePath, `${downloadPath}/gdb`, { type: 'tar.xz' },
282282

283283
).catch(error => {
284284
throw new Error(`Failed to extract ${downloadFilePath}`, { cause: error });

0 commit comments

Comments
 (0)