Skip to content

Commit

Permalink
win file path
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 15, 2024
1 parent 6538250 commit cdf3e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function createConfig(location: string = process.cwd()): Config {
binaries: [
{
platform: 'win32',
binary: `pact-${PACT_STANDALONE_VERSION}-windows-x86.zip`,
binary: `pact-${PACT_STANDALONE_VERSION}-windows-x86_64.zip`,
binaryChecksum: `pact-${PACT_STANDALONE_VERSION}-windows-x86_64.zip${CHECKSUM_SUFFIX}`,
folderName: `windows-x64-${PACT_STANDALONE_VERSION}`,
downloadLocation: PACT_BINARY_LOCATION,
Expand Down

0 comments on commit cdf3e23

Please sign in to comment.