compileWindows.bat 150 B

12345678
  1. @echo off
  2. @echo Starting to compile.
  3. @echo The software will be compiled to /dist folder
  4. :: Starting to compile
  5. npm install && npm run dist -w
  6. pause