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 8eae7e8 commit faf8faaCopy full SHA for faf8faa
scripts/install-binary.js
@@ -43,6 +43,8 @@ const platform = process.platform;
43
let arch = process.arch;
44
if (process.platform === 'darwin') {
45
arch = 'universal';
46
+} else if (process.arch === 'x64') {
47
+ arch = 'amd64';
48
}
49
50
let gptscriptBinaryName = 'gptscript';
0 commit comments