diff --git a/build/checksums/explorer-dll.txt b/build/checksums/explorer-dll.txt index 322522db4e1..141446c6de4 100644 --- a/build/checksums/explorer-dll.txt +++ b/build/checksums/explorer-dll.txt @@ -1,4 +1,4 @@ -a226d50d1b8ff584019b4fc23cfb99256c7d0abcb3d39709a7c56097946448f8 code_explorer_command_arm64.dll -f2ddd48127e26f6d311a92e5d664379624e017206a3e41f72fa6e44a440aaca9 code_explorer_command_x64.dll -6df8b42e57922cce08f1f5360bcd02e253e8369a6e8b9e41e1f9867f3715380f code_insider_explorer_command_arm64.dll -625e15bfb292ddf68c40851be0b42dbaf39a05e615228e577997491c9865c246 code_insider_explorer_command_x64.dll +5e57386c660318e015e1690f2ea00123ce3a87fef880da2b28e3675bdfe1dc55 code_explorer_command_arm64.dll +903df87c586a0a686783b0560467c4156699827030422dbe4df2c2c1aa69367a code_explorer_command_x64.dll +2cb1613b35dd4eecb31d0e4999e833528a88ffa82155c15aa0bc3467b7ce3f88 code_insider_explorer_command_arm64.dll +8943a8dc5c4d69bee728aec5df894be77f97ec2d97f8de4ec1804c6ae14a3a28 code_insider_explorer_command_x64.dll diff --git a/build/win32/explorer-dll-fetcher.ts b/build/win32/explorer-dll-fetcher.ts index 14dcf497aff..33603ef9517 100644 --- a/build/win32/explorer-dll-fetcher.ts +++ b/build/win32/explorer-dll-fetcher.ts @@ -43,12 +43,12 @@ export async function downloadExplorerDll(outDir: string, quality: string = 'sta d(`downloading ${fileName}`); const artifact = await downloadArtifact({ isGeneric: true, - version: 'v7.0.0-391934', + version: 'v8.0.0-398351', artifactName: fileName, checksums, mirrorOptions: { mirror: 'https://github.com/microsoft/vscode-explorer-command/releases/download/', - customDir: 'v7.0.0-391934', + customDir: 'v8.0.0-398351', customFilename: fileName } });