💾 Archived View for freeshell.de › tldr › electron-packager.gmi captured on 2024-02-05 at 10:49:55. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
A tool used to build Electron app executables for Windows, Linux and macOS.
Requires a valid package.json in the application directory.
electron-packager "{path/to/app}" "{app_name}"
electron-packager "{path/to/app}" "{app_name}" --all
electron-packager "{path/to/app}" "{app_name}" --platform="{linux}" --arch="{x64}"
electron-packager "{path/to/app}" "{app_name}" --platform="{darwin}" --arch="{arm64}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).