scripts
This commit is contained in:
parent
8789141f4c
commit
c38242e6ae
10 changed files with 59 additions and 0 deletions
6
deployment_scripts/windows/scripts/run_electron.bat
Normal file
6
deployment_scripts/windows/scripts/run_electron.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
cd node-bin
|
||||
set PATH=%PATH%;%CD%
|
||||
cd ..
|
||||
|
||||
start /b npm start
|
||||
npx electron .
|
Loading…
Add table
Add a link
Reference in a new issue