Package an application for 64-bit Linux

electron-packager

  • A tool used to build Electron app executables for Windows, Linux and macOS.
    Requires a valid package.json in the application directory.
    More information: <https://github.com/electron/electron-packager>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

electron-packager "{{path/to/app}}" "{{app_name}}" --platform="{{linux}}" --arch="{{x64}}"

click the source code to copy