diff --git a/npm/@go-mokapi/win32-arm64/index.js b/npm/@go-mokapi/win32-arm64/index.js index 53613b7f2..83d750ad9 100644 --- a/npm/@go-mokapi/win32-arm64/index.js +++ b/npm/@go-mokapi/win32-arm64/index.js @@ -1,2 +1,2 @@ const path = require('path'); -module.exports = path.join(__dirname, 'bin/mokapi'); \ No newline at end of file +module.exports = path.join(__dirname, 'bin/mokapi.exe'); \ No newline at end of file diff --git a/npm/@go-mokapi/win32-x64/index.js b/npm/@go-mokapi/win32-x64/index.js index 53613b7f2..83d750ad9 100644 --- a/npm/@go-mokapi/win32-x64/index.js +++ b/npm/@go-mokapi/win32-x64/index.js @@ -1,2 +1,2 @@ const path = require('path'); -module.exports = path.join(__dirname, 'bin/mokapi'); \ No newline at end of file +module.exports = path.join(__dirname, 'bin/mokapi.exe'); \ No newline at end of file