From 1e81d62d237094fcea3d05b5f1a81dd6efc3e521 Mon Sep 17 00:00:00 2001 From: dtookey Date: Wed, 14 Oct 2020 11:55:10 -0400 Subject: [PATCH] Added install and run scripts for windows --- install.ps1 | 2 ++ run.ps1 | 1 + 2 files changed, 3 insertions(+) create mode 100644 install.ps1 create mode 100644 run.ps1 diff --git a/install.ps1 b/install.ps1 new file mode 100644 index 0000000..b7cef9e --- /dev/null +++ b/install.ps1 @@ -0,0 +1,2 @@ +npm i +npm i -g --force electron diff --git a/run.ps1 b/run.ps1 new file mode 100644 index 0000000..36af45c --- /dev/null +++ b/run.ps1 @@ -0,0 +1 @@ +electron . \ No newline at end of file