Fixed nexe entry in package to match build script
This commit is contained in:
parent
cb9dfe3f00
commit
23c8b9f91b
|
@ -12,7 +12,7 @@
|
|||
"author": "mmcwilliams",
|
||||
"license": "MIT",
|
||||
"nexe": {
|
||||
"output": "../video_to_page_nexe/v2f",
|
||||
"output": "./dist/v2f",
|
||||
"runtime": {
|
||||
"ignoreFlags": true,
|
||||
"framework": "nodejs",
|
||||
|
|
Loading…
Reference in New Issue