compileWindows64.bat 151 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:win64
  6. pause