We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485f1f7 commit b792cfeCopy full SHA for b792cfe
src/Platform.php
@@ -12,7 +12,8 @@ class Platform
12
'linux-amd64' => 'volt-test-linux-amd64',
13
'darwin-amd64' => 'volt-test-darwin-amd64',
14
'darwin-arm64' => 'volt-test-darwin-arm64',
15
- 'windows-amd64' => 'volt-test-windows-amd64.exe'
+ 'windows-amd64' => 'volt-test-windows-amd64.exe',
16
+ 'windows-AMD64' => 'volt-test-windows-amd64.exe',
17
];
18
19
private static function getVendorDir(): string
@@ -211,4 +212,4 @@ public static function getBinaryPath(): string
211
212
213
return $binaryPath;
214
}
-}
215
+}
0 commit comments