Fixed nexe entry in package to match build script

This commit is contained in:
mmcwilliams 2019-10-25 12:23:11 -04:00
parent cb9dfe3f00
commit 23c8b9f91b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"author": "mmcwilliams",
"license": "MIT",
"nexe": {
"output": "../video_to_page_nexe/v2f",
"output": "./dist/v2f",
"runtime": {
"ignoreFlags": true,
"framework": "nodejs",