sobadon/eyes-dir

build:windows の cp をなくす

Opened this issue · 0 comments

dist/index.js を指定して exe 化すると、Windows で exe を動かしたとき相対パスがずれる問題

"build:windows": "npm-run-all clean tsc && cp ./dist/index.js ./ && nexe ./index.js --target windows-x64-12.0.0 && rm ./index.js",