meowtec / Imagine

🖼️ PNG/JPEG optimization app for macOS, Windows and Linux.
MIT License
3.56k stars 270 forks source link

How do I build/compile this project into releases? #60

Closed rpelletierrefocus closed 4 years ago

rpelletierrefocus commented 4 years ago

Any pointers are appreciated.

meowtec commented 4 years ago

Step 1: Install Node.js (>=8.0) Step 2: Clone and install npm dependencies Step 3: Build

npm run build
npx electron-builder --win # `--win` build for windows. or `-m` (for macOS), `-l` (for Linux)
rpelletierrefocus commented 4 years ago

Thank and sorry, I should have and did figure that out myself. Just learning here. I appreciate your patience.