CzRger 1 year ago
parent
commit
4fb967a9b1
1 changed files with 3 additions and 2 deletions
  1. 3 2
      package.json

+ 3 - 2
package.json

@@ -6,8 +6,8 @@
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1",
-    "win": "pkg ./src/app.js -t win -o ./ax-node/app && cp ./run-ax-node.sh ./ax-node/",
-    "linux": "pkg ./src/app.js -t linux -o ./ax-node/app && cp ./run-ax-node.sh ./ax-node/"
+    "win": "pkg ./src/app.js -t win -o ./ax-node/app && cp ./run-ax-node.sh ./ax-node/run-ax-node.sh",
+    "linux": "pkg ./src/app.js -t linux -o ./ax-node/app && cp ./run-ax-node.sh ./ax-node/run-ax-node.sh"
   },
   "keywords": [],
   "author": "",
@@ -17,6 +17,7 @@
     "connect-multiparty": "^2.2.0",
     "cors": "^2.8.5",
     "express": "^4.18.2",
+    "mycp": "^1.0.3",
     "mysql": "^2.18.1",
     "nodemon": "^3.0.3",
     "pkg": "^5.8.1"