Skip to content

Commit fc27411

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

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
@@ -277,7 +277,7 @@ async function downloadGDB(target: VsceTarget, dest: string, options?: ToolOptio
277277
});
278278
} else {
279279
console.debug(`fastExtract: downld ${downloadFilePath}, dest ${destPath} ...`);
280-
await fastExtract(downloadFilePath, destPath, { strip: 1, type: 'tgz' },
280+
await fastExtract(downloadFilePath, destPath, { strip: 1, type: 'xz' },
281281

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

0 commit comments

Comments
 (0)