Skip to content

Commit f5d4b97

Browse files
feat: Add support for windows AMD64
1 parent e401905 commit f5d4b97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PlatformDetector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class PlatformDetector
2323
],
2424
'windows' => [
2525
'x86_64' => ['dll', 'windows', 'x86_64'],
26+
'AMD64' => ['dll', 'windows', 'x86_64'],
2627
],
2728
];
2829

0 commit comments

Comments
 (0)