Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build/checksums/explorer-dll.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions build/win32/explorer-dll-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
});
Expand Down
Loading