diff --git a/.node-version b/.node-version new file mode 100644 index 0000000..348076b --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +10.15.3 diff --git a/package.json b/package.json index 1536f5f..577f30b 100644 --- a/package.json +++ b/package.json @@ -60,10 +60,11 @@ "compression": "normal", "asar": true, "files": [ - "build/**/*" + "build/**/*", + "node_modules/**/*" ], "directories": { - "buildResources": "build" + "buildResources": "assets" }, "mac": { "category": "public.app-category.developer-tools"