diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-09-30 19:44:44 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-09-30 19:44:44 +0300 |
commit | 11344687f76e789837ea0a04131e7937e97273d4 (patch) | |
tree | 3f666d5db9a9dd0e867239e946b3fe8d8a0e2fe8 /setup_dependencies.sh | |
download | FlashRunner-11344687f76e789837ea0a04131e7937e97273d4.tar.gz FlashRunner-11344687f76e789837ea0a04131e7937e97273d4.tar.zst |
First commit
Diffstat (limited to 'setup_dependencies.sh')
-rwxr-xr-x | setup_dependencies.sh | 8 |
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 |