Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Follow below steps to create installer package for linux/windows/mac             

  • Need to install electron-packager and electron-installer-debian globally

$ sudo npm install -g electron-packager

             $ sudo npm install -g electron-installer-debian

  • Run Once code is ready. please run below commands to make deb file for linux intaller.

...

$ electron-packager . --platform linux --arch x64 --out dist --overwrite

...