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