summaryrefslogtreecommitdiff
path: root/setup_dependencies_win.bat
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-09-30 19:44:44 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-09-30 19:44:44 +0300
commit11344687f76e789837ea0a04131e7937e97273d4 (patch)
tree3f666d5db9a9dd0e867239e946b3fe8d8a0e2fe8 /setup_dependencies_win.bat
downloadFlashRunner-11344687f76e789837ea0a04131e7937e97273d4.tar.gz
FlashRunner-11344687f76e789837ea0a04131e7937e97273d4.tar.zst
First commit
Diffstat (limited to 'setup_dependencies_win.bat')
-rwxr-xr-xsetup_dependencies_win.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup_dependencies_win.bat b/setup_dependencies_win.bat
new file mode 100755
index 0000000..83d5c7e
--- /dev/null
+++ b/setup_dependencies_win.bat
@@ -0,0 +1,7 @@
+@echo off
+echo Installing electron 4.2.12
+npm install electron@4.2.12
+echo Installing electron-packager
+npm install electron-packager
+echo Installing asar
+npm install asar \ No newline at end of file