File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ console.log(`🔄 Running prebuild for ${extensionName}...`);
2222// Generate fallback assets configuration
2323console . log ( `🔧 Generating fallback assets configuration...` ) ;
2424const FALLBACK_ASSETS_URL =
25- "https://developers.redhat.com/content-gateway/rest/browse/pub/mta/8.0.0-Beta /" ;
25+ "https://developers.redhat.com/content-gateway/rest/browse/pub/mta/8.0.0/" ;
2626
2727// Platform mapping from VS Code naming to our expected naming
2828const PLATFORM_MAPPING = {
@@ -40,8 +40,8 @@ const PLATFORM_BINARY_NAMES = {
4040 "linux-arm64" : "mta-analyzer-rpc" ,
4141 "darwin-x64" : "darwin-mta-analyzer-rpc" ,
4242 "darwin-arm64" : "darwin-mta-analyzer-rpc" ,
43- "win32-x64" : "windows-mta-analyzer-rpc.exe " ,
44- "win32-arm64" : "windows-mta-analyzer-rpc.exe " ,
43+ "win32-x64" : "windows-mta-analyzer-rpc" ,
44+ "win32-arm64" : "windows-mta-analyzer-rpc" ,
4545} ;
4646
4747async function fetchText ( url ) {
You can’t perform that action at this time.
0 commit comments