Skip to content

Commit b523048

Browse files
authored
Merge pull request #868 from marle3003/develop
Develop
2 parents 83f3287 + b078347 commit b523048

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
const path = require('path');
2-
module.exports = path.join(__dirname, 'bin/mokapi');
2+
module.exports = path.join(__dirname, 'bin/mokapi.exe');

npm/@go-mokapi/win32-x64/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
const path = require('path');
2-
module.exports = path.join(__dirname, 'bin/mokapi');
2+
module.exports = path.join(__dirname, 'bin/mokapi.exe');

0 commit comments

Comments
 (0)