mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update system.js
This commit is contained in:
parent
238420c637
commit
02ecd86dd1
|
@ -39,7 +39,7 @@ exports.getFilePath = function(path) {
|
|||
};
|
||||
|
||||
exports.get32BitFolder = function() {
|
||||
var base = JPTUDBSTOW.file.getPath("%WINDIR%");
|
||||
var base = exports.getFilePath("%WINDIR%");
|
||||
var syswow64 = base + "\\SysWOW64\\";
|
||||
|
||||
if (JPTUDBSTOW.FS.FolderExists(syswow64))
|
||||
|
|
Loading…
Reference in New Issue
Block a user