summaryrefslogtreecommitdiff
path: root/setup_dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup_dependencies.sh')
-rwxr-xr-xsetup_dependencies.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup_dependencies.sh b/setup_dependencies.sh
new file mode 100755
index 0000000..15f9187
--- /dev/null
+++ b/setup_dependencies.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+echo -e "Installing electron 4.2.12\n"
+npm install electron@4.2.12
+echo -e "Installing electron-packager\n"
+npm install electron-packager
+echo -e "Installing asar\n"
+npm install asar \ No newline at end of file