From 23c8b9f91b43667b1668b5dca1395de928e5be34 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 25 Oct 2019 12:23:11 -0400 Subject: [PATCH] Fixed nexe entry in package to match build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a1dcf5..070931d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "mmcwilliams", "license": "MIT", "nexe": { - "output": "../video_to_page_nexe/v2f", + "output": "./dist/v2f", "runtime": { "ignoreFlags": true, "framework": "nodejs",