Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski committed Dec 14, 2023
1 parent 26b14aa commit 8a99c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export async function setup(platform: string, architecture: string): Promise<str
}
switch (platform) {
case "win32":
mpmUrl = properties.mpmRootUrl + "win64/mpm.exe";
mpmUrl = properties.mpmRootUrl + "win64/mpm";
ext = ".exe";
break;
case "linux":
Expand Down

0 comments on commit 8a99c94

Please sign in to comment.