- Electron Projects
- Denys Vuika
- 239字
- 2021-06-24 12:14:34
Packaging for multiple platforms
Please note that running on all platforms does not necessarily mean that you can test and run all the installation packages on a single platform. This means you cannot, for example, launch Windows installers on Linux, or macOS installers on Windows. You may need to have access to either real machines with their respective platforms, or virtual machines, running with VirtualBox, Parallels, or any other modern virtualization software.
There are many community tools that you can use to build and package Electron applications for production. We are going to use electron-builder (https://www.electron.build/) for this purpose.
According to its documentation, electron-builder is as follows:
With this tool, for example, you can create distribution packages for all platforms when developing only on macOS, or any other platform.
Before we continue, let's install it for our project with the following command:
npm i -D electron-builder
Now, let's look at how we can set up the packaging scripts, depending on your target platform. We are going to package our Electron application for macOS, Ubuntu Linux, and Windows 10 with a minimal set of configuration parameters.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Unity 2020 Mobile Game Development
- PHP網(wǎng)絡編程學習筆記
- Visual C
- Python忍者秘籍
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Unity 2D Game Development Cookbook
- UI設計全書(全彩)
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Python Deep Learning
- Groovy 2 Cookbook
- Android應用程序設計
- Getting Started with RethinkDB
- 計算機常用算法與程序設計教程(第2版)
- Mastering PostgreSQL 11(Second Edition)