Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 392 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 392 Bytes

whats-desktop

Unofficial WhatsApp Desktop Client. Build with Electron.

Prebuilt packages

See Releases

Build

  • To build all packages
npm install
npm run build-amd64
  • To build specific package:
npm install
npm run build-ts
npm run build-electron-amd64

# Deb package
npm run build-deb-amd64