compileWindows32.bat 153 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:win32
  6. pause