LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

electron-packager

Package Electron apps for distribution

TLDR

Package for current platform
$ electron-packager [.] [app_name]
copy
Package for specific platform
$ electron-packager [.] [app_name] --platform=[darwin] --arch=[x64]
copy
Package for all platforms
$ electron-packager [.] [app_name] --all
copy
Specify icon
$ electron-packager [.] [app_name] --icon=[icon.icns]
copy
Specify output directory
$ electron-packager [.] [app_name] --out=[dist]
copy
Overwrite existing build
$ electron-packager [.] [app_name] --overwrite
copy

SYNOPSIS

electron-packager sourcedir appname [options]

DESCRIPTION

electron-packager packages Electron applications for distribution. Creates standalone executables for macOS, Windows, and Linux from source code.

PARAMETERS

--platform platform

Target platform (darwin, linux, win32, mas).
--arch arch
Target architecture (x64, arm64, ia32).
--all
Build for all platforms.
--icon path
Application icon.
--out directory
Output directory.
--overwrite
Overwrite existing output.
--asar
Package as ASAR archive.
--prune
Prune devDependencies.

INSTALL

sudo pacman -S electron
copy
nix profile install nixpkgs#electron
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid