From 78a95def7d09e317486bd103cf766ba49edb2048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 7 Jul 2017 18:32:39 +0300 Subject: [PATCH] MXS-1300: Add build script for MaxCtrl The build uses the pkg library to package a Node.js app and all of its dependenices. --- client/maxctrl/build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 client/maxctrl/build.sh diff --git a/client/maxctrl/build.sh b/client/maxctrl/build.sh new file mode 100755 index 000000000..2a6e665dc --- /dev/null +++ b/client/maxctrl/build.sh @@ -0,0 +1,5 @@ +#/bin/bash + +npm install +npm install pkg +node_modules/pkg/lib-es5/bin.js -t node6-linux-x64 .