Update http.js

This commit is contained in:
Namhyeon Go 2024-09-25 16:12:19 +09:00
parent 4f1154f412
commit 3842d1bea8

View File

@ -168,7 +168,7 @@ var HTTPObject = function(engine) {
// the location of cURL binary
var arch = SYS.getArch();
if (arch.toLowerCase().indexOf("arm") > -1) {
if (arch.toLowerCase().indexOf("arm") > -1) {
this.setBinPath("bin\\x64\\curl-8.10.1_1-win64a-mingw\\bin\\curl.exe");
} else if (arch.indexOf("64") > -1) {
this.setBinPath("bin\\x64\\curl-8.10.1_1-win64-mingw\\bin\\curl.exe");