compileMacOS.sh 122 B

1234
  1. #!/bin/bash
  2. echo Starting to compile.
  3. echo The software will be compiled to /dist folder
  4. npm install && npm run dist:macOS