fix: icon and exe path for stable context menu (#290805)

This commit is contained in:
Robo 2026-01-28 11:29:04 +09:00 committed by GitHub
parent c73f3dad62
commit da7ccce544
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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
}
});